Html Css Color HEX #CCE268 Mindaro

📋 copy color: '#CCE268'

red 204 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #CCE268

Tints of Mindaro #CCE268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.48%

R = 38.2%
G = 42.32%
B = 19.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CCE268 (or 0xCCE268) is known color: Mindaro. HEX triplet: CC, E2 and 68. RGB value is (204,226,104). Sum of RGB (Red+Green+Blue) = 204+226+104=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE268 is #331D97. Grayscale: #CDCDCD. Windows color (decimal): -3349912 or 6873804. OLE color: 6873804.

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

Color convert

RGB 204 226 104 -
CMYK 0.10 0 0.54 0.11
HSL 70.82º 0.68% 0.65% -
HSV(B) 70.82º 0.54% 0.89% -
XYZ 54.6 68.23 23.39 -
YUV 205.51 70.71 126.92 -
System Red Green Blue C M Y K H S L
Decimal 204 226 104 0.10 0 0.54 0.11 70.82 0.68 0.65
Hex CC E2 68 A 0 36 B 47 44 41
Octal 314 342 150 12 0 66 13 107 104 101
Binary 11001100 11100010 1101000 1010 0 110110 1011 1000111 1000100 1000001

Color Harmonies of #CCE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE268

Black with #CCE268

Text Example


Text Example

White with #CCE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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