Html Css Color HEX #CCEB5C Mindaro

📋 copy color: '#CCEB5C'

red 204 ◦ green 235 ◦ blue 92

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

Shades of Mindaro #CCEB5C

Tints of Mindaro #CCEB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 38.42%
G = 44.26%
B = 17.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#CCEB5C (or 0xCCEB5C) is known color: Mindaro. HEX triplet: CC, EB and 5C. RGB value is (204,235,92). Sum of RGB (Red+Green+Blue) = 204+235+92=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB5C is #3314A3. Grayscale: #D1D1D1. Windows color (decimal): -3347620 or 6089676. OLE color: 6089676.

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

Color convert

RGB 204 235 92 -
CMYK 0.13 0 0.61 0.08
HSL 73.01º 0.78% 0.64% -
HSV(B) 73.01º 0.61% 0.92% -
XYZ 56.54 73.03 21.24 -
YUV 209.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 204 235 92 0.13 0 0.61 0.08 73.01 0.78 0.64
Hex CC EB 5C D 0 3D 8 49 4E 40
Octal 314 353 134 15 0 75 10 111 116 100
Binary 11001100 11101011 1011100 1101 0 111101 1000 1001001 1001110 1000000

Color Harmonies of #CCEB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB5C

Black with #CCEB5C

Text Example


Text Example

White with #CCEB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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