Html Css Color HEX #CCE655 Mindaro

📋 copy color: '#CCE655'

red 204 ◦ green 230 ◦ blue 85

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

Shades of Mindaro #CCE655

Tints of Mindaro #CCE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

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

R = 39.31%
G = 44.32%
B = 16.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CCE655 (or 0xCCE655) is known color: Mindaro. HEX triplet: CC, E6 and 55. RGB value is (204,230,85). Sum of RGB (Red+Green+Blue) = 204+230+85=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE655 is #3319AA. Grayscale: #CECECE. Windows color (decimal): -3348907 or 5629644. OLE color: 5629644.

HSL color Cylindrical-coordinate representation of color #CCE655: hue angle of 70.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCE655 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 85 -
CMYK 0.11 0 0.63 0.10
HSL 70.76º 0.74% 0.62% -
HSV(B) 70.76º 0.63% 0.9% -
XYZ 54.84 70.09 19.23 -
YUV 205.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 204 230 85 0.11 0 0.63 0.10 70.76 0.74 0.62
Hex CC E6 55 B 0 3F A 47 4A 3E
Octal 314 346 125 13 0 77 12 107 112 76
Binary 11001100 11100110 1010101 1011 0 111111 1010 1000111 1001010 111110

Color Harmonies of #CCE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE655

Black with #CCE655

Text Example


Text Example

White with #CCE655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE655; }

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

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

background-color css

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

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

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

border-color css

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

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

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