Html Css Color HEX #CEF95B Mindaro

📋 copy color: '#CEF95B'

red 206 ◦ green 249 ◦ blue 91

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

Shades of Mindaro #CEF95B

Tints of Mindaro #CEF95B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

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

R = 37.73%
G = 45.6%
B = 16.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CEF95B (or 0xCEF95B) is known color: Mindaro. HEX triplet: CE, F9 and 5B. RGB value is (206,249,91). Sum of RGB (Red+Green+Blue) = 206+249+91=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF95B is #3106A4. Grayscale: #DADADA. Windows color (decimal): -3212965 or 6027726. OLE color: 6027726.

HSL color Cylindrical-coordinate representation of color #CEF95B: hue angle of 76.33º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF95B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 91 -
CMYK 0.17 0 0.63 0.02
HSL 76.33º 0.93% 0.67% -
HSV(B) 76.33º 0.63% 0.98% -
XYZ 61.22 81.63 22.43 -
YUV 218.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 206 249 91 0.17 0 0.63 0.02 76.33 0.93 0.67
Hex CE F9 5B 11 0 3F 2 4C 5D 43
Octal 316 371 133 21 0 77 2 114 135 103
Binary 11001110 11111001 1011011 10001 0 111111 10 1001100 1011101 1000011

Color Harmonies of #CEF95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF95B

Black with #CEF95B

Text Example


Text Example

White with #CEF95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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