Html Css Color HEX #CCEB65 Mindaro

📋 copy color: '#CCEB65'

red 204 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #CCEB65

Tints of Mindaro #CCEB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 37.78%
G = 43.52%
B = 18.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#CCEB65 (or 0xCCEB65) is known color: Mindaro. HEX triplet: CC, EB and 65. RGB value is (204,235,101). Sum of RGB (Red+Green+Blue) = 204+235+101=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB65 is #33149A. Grayscale: #D2D2D2. Windows color (decimal): -3347611 or 6679500. OLE color: 6679500.

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

Color convert

RGB 204 235 101 -
CMYK 0.13 0 0.57 0.08
HSL 73.88º 0.77% 0.66% -
HSV(B) 73.88º 0.57% 0.92% -
XYZ 56.96 73.19 23.44 -
YUV 210.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 204 235 101 0.13 0 0.57 0.08 73.88 0.77 0.66
Hex CC EB 65 D 0 39 8 4A 4D 42
Octal 314 353 145 15 0 71 10 112 115 102
Binary 11001100 11101011 1100101 1101 0 111001 1000 1001010 1001101 1000010

Color Harmonies of #CCEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB65

Black with #CCEB65

Text Example


Text Example

White with #CCEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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