Html Css Color HEX #CDEA60 Mindaro

📋 copy color: '#CDEA60'

red 205 ◦ green 234 ◦ blue 96

#CDEA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CDEA60

Tints of Mindaro #CDEA60

RGB

 RED value IS 205 (80.47% from 255) = 38.32%

 GREEN value IS 234 (91.8% from 255) = 43.74%

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 38.32%
G = 43.74%
B = 17.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDEA60 (or 0xCDEA60) is known color: Mindaro. HEX triplet: CD, EA and 60. RGB value is (205,234,96). Sum of RGB (Red+Green+Blue) = 205+234+96=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA60 is #32159F. Grayscale: #D2D2D2. Windows color (decimal): -3282336 or 6351565. OLE color: 6351565.

HSL color Cylindrical-coordinate representation of color #CDEA60: hue angle of 72.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDEA60 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 96 -
CMYK 0.12 0 0.59 0.08
HSL 72.61º 0.77% 0.65% -
HSV(B) 72.61º 0.59% 0.92% -
XYZ 56.71 72.67 22.1 -
YUV 209.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 205 234 96 0.12 0 0.59 0.08 72.61 0.77 0.65
Hex CD EA 60 C 0 3B 8 49 4D 41
Octal 315 352 140 14 0 73 10 111 115 101
Binary 11001101 11101010 1100000 1100 0 111011 1000 1001001 1001101 1000001

Color Harmonies of #CDEA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA60

Black with #CDEA60

Text Example


Text Example

White with #CDEA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA60; }

 p { color: rgb(205,234,96); }

 H1.HeaderClassName
 {
   color: #CDEA60;
 }
 .AnyTagClassName
 {
   color: #CDEA60;
 }
</style>

background-color css

<style>
 a { background-color: #CDEA60; }

 a { background-color: rgb(205,234,96); }

 div.DivClassName
 {
   background-color: #CDEA60;
 }
 .BgClassName
 {
   background-color: #CDEA60;
 }
</style>

border-color css

<style>
 span { border-color: #CDEA60; }

 span { border-color: rgb(205,234,96); }

 td.TdClassName
 {
   border-color: #CDEA60;
 }
 .TagClassName
 {
   border-color: #CDEA60;
 }
</style>