Html Css Color HEX #CCEB6A Mindaro

📋 copy color: '#CCEB6A'

red 204 ◦ green 235 ◦ blue 106

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

Shades of Mindaro #CCEB6A

Tints of Mindaro #CCEB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 37.43%
G = 43.12%
B = 19.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#CCEB6A (or 0xCCEB6A) is known color: Mindaro. HEX triplet: CC, EB and 6A. RGB value is (204,235,106). Sum of RGB (Red+Green+Blue) = 204+235+106=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB6A is #331495. Grayscale: #D3D3D3. Windows color (decimal): -3347606 or 7007180. OLE color: 7007180.

HSL color Cylindrical-coordinate representation of color #CCEB6A: hue angle of 74.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCEB6A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 106 -
CMYK 0.13 0 0.55 0.08
HSL 74.42º 0.76% 0.67% -
HSV(B) 74.42º 0.55% 0.92% -
XYZ 57.21 73.29 24.77 -
YUV 211.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 204 235 106 0.13 0 0.55 0.08 74.42 0.76 0.67
Hex CC EB 6A D 0 37 8 4A 4C 43
Octal 314 353 152 15 0 67 10 112 114 103
Binary 11001100 11101011 1101010 1101 0 110111 1000 1001010 1001100 1000011

Color Harmonies of #CCEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB6A

Black with #CCEB6A

Text Example


Text Example

White with #CCEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB6A; }

 p { color: rgb(204,235,106); }

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

background-color css

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

 a { background-color: rgb(204,235,106); }

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

border-color css

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

 span { border-color: rgb(204,235,106); }

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