Html Css Color HEX #CEF15B Mindaro

📋 copy color: '#CEF15B'

red 206 ◦ green 241 ◦ blue 91

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

Shades of Mindaro #CEF15B

Tints of Mindaro #CEF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.91%

R = 38.29%
G = 44.8%
B = 16.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CEF15B (or 0xCEF15B) is known color: Mindaro. HEX triplet: CE, F1 and 5B. RGB value is (206,241,91). Sum of RGB (Red+Green+Blue) = 206+241+91=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF15B is #310EA4. Grayscale: #D6D6D6. Windows color (decimal): -3215013 or 6025678. OLE color: 6025678.

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

Color convert

RGB 206 241 91 -
CMYK 0.15 0 0.62 0.05
HSL 74º 0.84% 0.65% -
HSV(B) 74º 0.62% 0.95% -
XYZ 58.8 76.79 21.62 -
YUV 213.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 206 241 91 0.15 0 0.62 0.05 74 0.84 0.65
Hex CE F1 5B F 0 3E 5 4A 54 41
Octal 316 361 133 17 0 76 5 112 124 101
Binary 11001110 11110001 1011011 1111 0 111110 101 1001010 1010100 1000001

Color Harmonies of #CEF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF15B

Black with #CEF15B

Text Example


Text Example

White with #CEF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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