Html Css Color HEX #CEF150 Mindaro

📋 copy color: '#CEF150'

red 206 ◦ green 241 ◦ blue 80

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

Shades of Mindaro #CEF150

Tints of Mindaro #CEF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.18%

R = 39.09%
G = 45.73%
B = 15.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CEF150 (or 0xCEF150) is known color: Mindaro. HEX triplet: CE, F1 and 50. RGB value is (206,241,80). Sum of RGB (Red+Green+Blue) = 206+241+80=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF150 is #310EAF. Grayscale: #D4D4D4. Windows color (decimal): -3215024 or 5304782. OLE color: 5304782.

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

Color convert

RGB 206 241 80 -
CMYK 0.15 0 0.67 0.05
HSL 73.04º 0.85% 0.63% -
HSV(B) 73.04º 0.67% 0.95% -
XYZ 58.36 76.61 19.3 -
YUV 212.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 206 241 80 0.15 0 0.67 0.05 73.04 0.85 0.63
Hex CE F1 50 F 0 43 5 49 55 3F
Octal 316 361 120 17 0 103 5 111 125 77
Binary 11001110 11110001 1010000 1111 0 1000011 101 1001001 1010101 111111

Color Harmonies of #CEF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF150

Black with #CEF150

Text Example


Text Example

White with #CEF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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