Html Css Color HEX #CCEA6B Mindaro

📋 copy color: '#CCEA6B'

red 204 ◦ green 234 ◦ blue 107

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

Shades of Mindaro #CCEA6B

Tints of Mindaro #CCEA6B

RGB

 RED value IS 204 (80.08% from 255) = 37.43%

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

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 37.43%
G = 42.94%
B = 19.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#CCEA6B (or 0xCCEA6B) is known color: Mindaro. HEX triplet: CC, EA and 6B. RGB value is (204,234,107). Sum of RGB (Red+Green+Blue) = 204+234+107=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA6B is #331594. Grayscale: #D3D3D3. Windows color (decimal): -3347861 or 7072460. OLE color: 7072460.

HSL color Cylindrical-coordinate representation of color #CCEA6B: hue angle of 74.17º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEA6B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 107 -
CMYK 0.13 0 0.54 0.08
HSL 74.17º 0.75% 0.67% -
HSV(B) 74.17º 0.54% 0.92% -
XYZ 56.98 72.74 24.95 -
YUV 210.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 204 234 107 0.13 0 0.54 0.08 74.17 0.75 0.67
Hex CC EA 6B D 0 36 8 4A 4B 43
Octal 314 352 153 15 0 66 10 112 113 103
Binary 11001100 11101010 1101011 1101 0 110110 1000 1001010 1001011 1000011

Color Harmonies of #CCEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA6B

Black with #CCEA6B

Text Example


Text Example

White with #CCEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA6B; }

 p { color: rgb(204,234,107); }

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

background-color css

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

 a { background-color: rgb(204,234,107); }

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

border-color css

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

 span { border-color: rgb(204,234,107); }

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