Html Css Color HEX #CEF25B Mindaro

📋 copy color: '#CEF25B'

red 206 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #CEF25B

Tints of Mindaro #CEF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

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

R = 38.22%
G = 44.9%
B = 16.88%

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

#CEF25B (or 0xCEF25B) is known color: Mindaro. HEX triplet: CE, F2 and 5B. RGB value is (206,242,91). Sum of RGB (Red+Green+Blue) = 206+242+91=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF25B is #310DA4. Grayscale: #D6D6D6. Windows color (decimal): -3214757 or 6025934. OLE color: 6025934.

HSL color Cylindrical-coordinate representation of color #CEF25B: hue angle of 74.3º degrees, saturation: 0.85, 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 #CEF25B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 91 -
CMYK 0.15 0 0.62 0.05
HSL 74.3º 0.85% 0.65% -
HSV(B) 74.3º 0.62% 0.95% -
XYZ 59.09 77.38 21.72 -
YUV 214.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 206 242 91 0.15 0 0.62 0.05 74.3 0.85 0.65
Hex CE F2 5B F 0 3E 5 4A 55 41
Octal 316 362 133 17 0 76 5 112 125 101
Binary 11001110 11110010 1011011 1111 0 111110 101 1001010 1010101 1000001

Color Harmonies of #CEF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF25B

Black with #CEF25B

Text Example


Text Example

White with #CEF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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