Html Css Color HEX #CCE755 Mindaro

📋 copy color: '#CCE755'

red 204 ◦ green 231 ◦ blue 85

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

Shades of Mindaro #CCE755

Tints of Mindaro #CCE755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.42%

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 39.23%
G = 44.42%
B = 16.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#CCE755 (or 0xCCE755) is known color: Mindaro. HEX triplet: CC, E7 and 55. RGB value is (204,231,85). Sum of RGB (Red+Green+Blue) = 204+231+85=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE755 is #3318AA. Grayscale: #CECECE. Windows color (decimal): -3348651 or 5629900. OLE color: 5629900.

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

Color convert

RGB 204 231 85 -
CMYK 0.12 0 0.63 0.09
HSL 71.1º 0.75% 0.62% -
HSV(B) 71.1º 0.63% 0.91% -
XYZ 55.12 70.65 19.33 -
YUV 206.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 204 231 85 0.12 0 0.63 0.09 71.1 0.75 0.62
Hex CC E7 55 C 0 3F 9 47 4B 3E
Octal 314 347 125 14 0 77 11 107 113 76
Binary 11001100 11100111 1010101 1100 0 111111 1001 1000111 1001011 111110

Color Harmonies of #CCE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE755

Black with #CCE755

Text Example


Text Example

White with #CCE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE755; }

 p { color: rgb(204,231,85); }

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

background-color css

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

 a { background-color: rgb(204,231,85); }

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

border-color css

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

 span { border-color: rgb(204,231,85); }

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