Html Css Color HEX #CCE067 Mindaro

📋 copy color: '#CCE067'

red 204 ◦ green 224 ◦ blue 103

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

Shades of Mindaro #CCE067

Tints of Mindaro #CCE067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

 BLUE value IS 103 (40.63% from 255) = 19.4%

R = 38.42%
G = 42.18%
B = 19.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CCE067 (or 0xCCE067) is known color: Mindaro. HEX triplet: CC, E0 and 67. RGB value is (204,224,103). Sum of RGB (Red+Green+Blue) = 204+224+103=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE067 is #331F98. Grayscale: #CCCCCC. Windows color (decimal): -3350425 or 6807756. OLE color: 6807756.

HSL color Cylindrical-coordinate representation of color #CCE067: hue angle of 69.92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE067 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 103 -
CMYK 0.09 0 0.54 0.12
HSL 69.92º 0.66% 0.64% -
HSV(B) 69.92º 0.54% 0.88% -
XYZ 54.01 67.13 22.94 -
YUV 204.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 204 224 103 0.09 0 0.54 0.12 69.92 0.66 0.64
Hex CC E0 67 9 0 36 C 46 42 40
Octal 314 340 147 11 0 66 14 106 102 100
Binary 11001100 11100000 1100111 1001 0 110110 1100 1000110 1000010 1000000

Color Harmonies of #CCE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE067

Black with #CCE067

Text Example


Text Example

White with #CCE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE067; }

 p { color: rgb(204,224,103); }

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

background-color css

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

 a { background-color: rgb(204,224,103); }

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

border-color css

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

 span { border-color: rgb(204,224,103); }

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