Html Css Color HEX #CEF855 Mindaro

📋 copy color: '#CEF855'

red 206 ◦ green 248 ◦ blue 85

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

Shades of Mindaro #CEF855

Tints of Mindaro #CEF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.01%

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

R = 38.22%
G = 46.01%
B = 15.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#CEF855 (or 0xCEF855) is known color: Mindaro. HEX triplet: CE, F8 and 55. RGB value is (206,248,85). Sum of RGB (Red+Green+Blue) = 206+248+85=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF855 is #3107AA. Grayscale: #D9D9D9. Windows color (decimal): -3213227 or 5634254. OLE color: 5634254.

HSL color Cylindrical-coordinate representation of color #CEF855: hue angle of 75.46º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF855 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 85 -
CMYK 0.17 0 0.66 0.03
HSL 75.46º 0.92% 0.65% -
HSV(B) 75.46º 0.66% 0.97% -
XYZ 60.66 80.91 21.01 -
YUV 216.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 206 248 85 0.17 0 0.66 0.03 75.46 0.92 0.65
Hex CE F8 55 11 0 42 3 4B 5C 41
Octal 316 370 125 21 0 102 3 113 134 101
Binary 11001110 11111000 1010101 10001 0 1000010 11 1001011 1011100 1000001

Color Harmonies of #CEF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF855

Black with #CEF855

Text Example


Text Example

White with #CEF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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