Html Css Color HEX #CCE95C Mindaro

📋 copy color: '#CCE95C'

red 204 ◦ green 233 ◦ blue 92

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

Shades of Mindaro #CCE95C

Tints of Mindaro #CCE95C

RGB

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

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

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

R = 38.56%
G = 44.05%
B = 17.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CCE95C (or 0xCCE95C) is known color: Mindaro. HEX triplet: CC, E9 and 5C. RGB value is (204,233,92). Sum of RGB (Red+Green+Blue) = 204+233+92=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE95C is #3316A3. Grayscale: #D0D0D0. Windows color (decimal): -3348132 or 6089164. OLE color: 6089164.

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

Color convert

RGB 204 233 92 -
CMYK 0.12 0 0.61 0.09
HSL 72.34º 0.76% 0.64% -
HSV(B) 72.34º 0.61% 0.91% -
XYZ 55.97 71.89 21.05 -
YUV 208.26 62.39 124.96 -
System Red Green Blue C M Y K H S L
Decimal 204 233 92 0.12 0 0.61 0.09 72.34 0.76 0.64
Hex CC E9 5C C 0 3D 9 48 4C 40
Octal 314 351 134 14 0 75 11 110 114 100
Binary 11001100 11101001 1011100 1100 0 111101 1001 1001000 1001100 1000000

Color Harmonies of #CCE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE95C

Black with #CCE95C

Text Example


Text Example

White with #CCE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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