Html Css Color HEX #CEF161 Mindaro

📋 copy color: '#CEF161'

red 206 ◦ green 241 ◦ blue 97

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

Shades of Mindaro #CEF161

Tints of Mindaro #CEF161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.83%

R = 37.87%
G = 44.3%
B = 17.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CEF161 (or 0xCEF161) is known color: Mindaro. HEX triplet: CE, F1 and 61. RGB value is (206,241,97). Sum of RGB (Red+Green+Blue) = 206+241+97=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF161 is #310E9E. Grayscale: #D6D6D6. Windows color (decimal): -3215007 or 6418894. OLE color: 6418894.

HSL color Cylindrical-coordinate representation of color #CEF161: hue angle of 74.58º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEF161 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 97 -
CMYK 0.15 0 0.60 0.05
HSL 74.58º 0.84% 0.66% -
HSV(B) 74.58º 0.6% 0.95% -
XYZ 59.07 76.9 23.04 -
YUV 214.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 206 241 97 0.15 0 0.60 0.05 74.58 0.84 0.66
Hex CE F1 61 F 0 3C 5 4B 54 42
Octal 316 361 141 17 0 74 5 113 124 102
Binary 11001110 11110001 1100001 1111 0 111100 101 1001011 1010100 1000010

Color Harmonies of #CEF161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF161

Black with #CEF161

Text Example


Text Example

White with #CEF161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF161; }

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

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

background-color css

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

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

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

border-color css

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

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

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