Html Css Color HEX #CEF155 Mindaro

📋 copy color: '#CEF155'

red 206 ◦ green 241 ◦ blue 85

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

Shades of Mindaro #CEF155

Tints of Mindaro #CEF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 38.72%
G = 45.3%
B = 15.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CEF155 (or 0xCEF155) is known color: Mindaro. HEX triplet: CE, F1 and 55. RGB value is (206,241,85). Sum of RGB (Red+Green+Blue) = 206+241+85=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF155 is #310EAA. Grayscale: #D5D5D5. Windows color (decimal): -3215019 or 5632462. OLE color: 5632462.

HSL color Cylindrical-coordinate representation of color #CEF155: hue angle of 73.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF155 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 85 -
CMYK 0.15 0 0.65 0.05
HSL 73.46º 0.85% 0.64% -
HSV(B) 73.46º 0.65% 0.95% -
XYZ 58.55 76.69 20.31 -
YUV 212.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 206 241 85 0.15 0 0.65 0.05 73.46 0.85 0.64
Hex CE F1 55 F 0 41 5 49 55 40
Octal 316 361 125 17 0 101 5 111 125 100
Binary 11001110 11110001 1010101 1111 0 1000001 101 1001001 1010101 1000000

Color Harmonies of #CEF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF155

Black with #CEF155

Text Example


Text Example

White with #CEF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF155; }

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

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

background-color css

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

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

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

border-color css

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

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

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