Html Css Color HEX #CCE95D Mindaro

📋 copy color: '#CCE95D'

red 204 ◦ green 233 ◦ blue 93

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

Shades of Mindaro #CCE95D

Tints of Mindaro #CCE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.96%

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

R = 38.49%
G = 43.96%
B = 17.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CCE95D (or 0xCCE95D) is known color: Mindaro. HEX triplet: CC, E9 and 5D. RGB value is (204,233,93). Sum of RGB (Red+Green+Blue) = 204+233+93=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE95D is #3316A2. Grayscale: #D0D0D0. Windows color (decimal): -3348131 or 6154700. OLE color: 6154700.

HSL color Cylindrical-coordinate representation of color #CCE95D: hue angle of 72.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE95D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 93 -
CMYK 0.12 0 0.60 0.09
HSL 72.43º 0.76% 0.64% -
HSV(B) 72.43º 0.6% 0.91% -
XYZ 56.02 71.91 21.28 -
YUV 208.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 204 233 93 0.12 0 0.60 0.09 72.43 0.76 0.64
Hex CC E9 5D C 0 3C 9 48 4C 40
Octal 314 351 135 14 0 74 11 110 114 100
Binary 11001100 11101001 1011101 1100 0 111100 1001 1001000 1001100 1000000

Color Harmonies of #CCE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE95D

Black with #CCE95D

Text Example


Text Example

White with #CCE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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