Html Css Color HEX #CCE35C Mindaro

📋 copy color: '#CCE35C'

red 204 ◦ green 227 ◦ blue 92

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

Shades of Mindaro #CCE35C

Tints of Mindaro #CCE35C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 39.01%
G = 43.4%
B = 17.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CCE35C (or 0xCCE35C) is known color: Mindaro. HEX triplet: CC, E3 and 5C. RGB value is (204,227,92). Sum of RGB (Red+Green+Blue) = 204+227+92=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE35C is #331CA3. Grayscale: #CDCDCD. Windows color (decimal): -3349668 or 6087628. OLE color: 6087628.

HSL color Cylindrical-coordinate representation of color #CCE35C: hue angle of 70.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE35C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 92 -
CMYK 0.10 0 0.59 0.11
HSL 70.22º 0.71% 0.63% -
HSV(B) 70.22º 0.59% 0.89% -
XYZ 54.3 68.55 20.49 -
YUV 204.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 204 227 92 0.10 0 0.59 0.11 70.22 0.71 0.63
Hex CC E3 5C A 0 3B B 46 47 3F
Octal 314 343 134 12 0 73 13 106 107 77
Binary 11001100 11100011 1011100 1010 0 111011 1011 1000110 1000111 111111

Color Harmonies of #CCE35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE35C

Black with #CCE35C

Text Example


Text Example

White with #CCE35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE35C; }

 p { color: rgb(204,227,92); }

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

background-color css

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

 a { background-color: rgb(204,227,92); }

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

border-color css

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

 span { border-color: rgb(204,227,92); }

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