Html Css Color HEX #CEE755 Mindaro

📋 copy color: '#CEE755'

red 206 ◦ green 231 ◦ blue 85

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

Shades of Mindaro #CEE755

Tints of Mindaro #CEE755

RGB

 RED value IS 206 (80.86% from 255) = 39.46%

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

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

R = 39.46%
G = 44.25%
B = 16.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#CEE755 (or 0xCEE755) is known color: Mindaro. HEX triplet: CE, E7 and 55. RGB value is (206,231,85). Sum of RGB (Red+Green+Blue) = 206+231+85=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE755 is #3118AA. Grayscale: #CFCFCF. Windows color (decimal): -3217579 or 5629902. OLE color: 5629902.

HSL color Cylindrical-coordinate representation of color #CEE755: hue angle of 70.27º 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 #CEE755 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 231 85 -
CMYK 0.11 0 0.63 0.09
HSL 70.27º 0.75% 0.62% -
HSV(B) 70.27º 0.63% 0.91% -
XYZ 55.67 70.93 19.35 -
YUV 206.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 206 231 85 0.11 0 0.63 0.09 70.27 0.75 0.62
Hex CE E7 55 B 0 3F 9 46 4B 3E
Octal 316 347 125 13 0 77 11 106 113 76
Binary 11001110 11100111 1010101 1011 0 111111 1001 1000110 1001011 111110

Color Harmonies of #CEE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE755

Black with #CEE755

Text Example


Text Example

White with #CEE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE755; }

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

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

background-color css

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

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

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

border-color css

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

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

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