Html Css Color HEX #CDEA66 Mindaro

📋 copy color: '#CDEA66'

red 205 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #CDEA66

Tints of Mindaro #CDEA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.85%

R = 37.89%
G = 43.25%
B = 18.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#CDEA66 (or 0xCDEA66) is known color: Mindaro. HEX triplet: CD, EA and 66. RGB value is (205,234,102). Sum of RGB (Red+Green+Blue) = 205+234+102=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA66 is #321599. Grayscale: #D2D2D2. Windows color (decimal): -3282330 or 6744781. OLE color: 6744781.

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

Color convert

RGB 205 234 102 -
CMYK 0.12 0 0.56 0.08
HSL 73.18º 0.76% 0.66% -
HSV(B) 73.18º 0.56% 0.92% -
XYZ 57 72.78 23.62 -
YUV 210.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 205 234 102 0.12 0 0.56 0.08 73.18 0.76 0.66
Hex CD EA 66 C 0 38 8 49 4C 42
Octal 315 352 146 14 0 70 10 111 114 102
Binary 11001101 11101010 1100110 1100 0 111000 1000 1001001 1001100 1000010

Color Harmonies of #CDEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA66

Black with #CDEA66

Text Example


Text Example

White with #CDEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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