Html Css Color HEX #CCEB5D Mindaro

📋 copy color: '#CCEB5D'

red 204 ◦ green 235 ◦ blue 93

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

Shades of Mindaro #CCEB5D

Tints of Mindaro #CCEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 38.35%
G = 44.17%
B = 17.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CCEB5D (or 0xCCEB5D) is known color: Mindaro. HEX triplet: CC, EB and 5D. RGB value is (204,235,93). Sum of RGB (Red+Green+Blue) = 204+235+93=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB5D is #3314A2. Grayscale: #D2D2D2. Windows color (decimal): -3347619 or 6155212. OLE color: 6155212.

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

Color convert

RGB 204 235 93 -
CMYK 0.13 0 0.60 0.08
HSL 73.1º 0.78% 0.64% -
HSV(B) 73.1º 0.6% 0.92% -
XYZ 56.59 73.04 21.47 -
YUV 209.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 204 235 93 0.13 0 0.60 0.08 73.1 0.78 0.64
Hex CC EB 5D D 0 3C 8 49 4E 40
Octal 314 353 135 15 0 74 10 111 116 100
Binary 11001100 11101011 1011101 1101 0 111100 1000 1001001 1001110 1000000

Color Harmonies of #CCEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB5D

Black with #CCEB5D

Text Example


Text Example

White with #CCEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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