Html Css Color HEX #CCE35B Mindaro

📋 copy color: '#CCE35B'

red 204 ◦ green 227 ◦ blue 91

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

Shades of Mindaro #CCE35B

Tints of Mindaro #CCE35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.43%

R = 39.08%
G = 43.49%
B = 17.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CCE35B (or 0xCCE35B) is known color: Mindaro. HEX triplet: CC, E3 and 5B. RGB value is (204,227,91). Sum of RGB (Red+Green+Blue) = 204+227+91=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE35B is #331CA4. Grayscale: #CDCDCD. Windows color (decimal): -3349669 or 6022092. OLE color: 6022092.

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

Color convert

RGB 204 227 91 -
CMYK 0.10 0 0.60 0.11
HSL 70.15º 0.71% 0.62% -
HSV(B) 70.15º 0.6% 0.89% -
XYZ 54.26 68.53 20.27 -
YUV 204.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 204 227 91 0.10 0 0.60 0.11 70.15 0.71 0.62
Hex CC E3 5B A 0 3C B 46 47 3E
Octal 314 343 133 12 0 74 13 106 107 76
Binary 11001100 11100011 1011011 1010 0 111100 1011 1000110 1000111 111110

Color Harmonies of #CCE35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE35B

Black with #CCE35B

Text Example


Text Example

White with #CCE35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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