Html Css Color HEX #CCE26C Mindaro

📋 copy color: '#CCE26C'

red 204 ◦ green 226 ◦ blue 108

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

Shades of Mindaro #CCE26C

Tints of Mindaro #CCE26C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.01%

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 37.92%
G = 42.01%
B = 20.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#CCE26C (or 0xCCE26C) is known color: Mindaro. HEX triplet: CC, E2 and 6C. RGB value is (204,226,108). Sum of RGB (Red+Green+Blue) = 204+226+108=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE26C is #331D93. Grayscale: #CECECE. Windows color (decimal): -3349908 or 7135948. OLE color: 7135948.

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

Color convert

RGB 204 226 108 -
CMYK 0.10 0 0.52 0.11
HSL 71.19º 0.67% 0.65% -
HSV(B) 71.19º 0.52% 0.89% -
XYZ 54.8 68.31 24.48 -
YUV 205.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 204 226 108 0.10 0 0.52 0.11 71.19 0.67 0.65
Hex CC E2 6C A 0 34 B 47 43 41
Octal 314 342 154 12 0 64 13 107 103 101
Binary 11001100 11100010 1101100 1010 0 110100 1011 1000111 1000011 1000001

Color Harmonies of #CCE26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE26C

Black with #CCE26C

Text Example


Text Example

White with #CCE26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE26C; }

 p { color: rgb(204,226,108); }

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

background-color css

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

 a { background-color: rgb(204,226,108); }

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

border-color css

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

 span { border-color: rgb(204,226,108); }

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