Html Css Color HEX #CEF91F Pear

📋 copy color: '#CEF91F'

red 206 ◦ green 249 ◦ blue 31

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

Shades of Pear #CEF91F

Tints of Pear #CEF91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 42.39%
G = 51.23%
B = 6.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#CEF91F (or 0xCEF91F) is known color: Pear. HEX triplet: CE, F9 and 1F. RGB value is (206,249,31). Sum of RGB (Red+Green+Blue) = 206+249+31=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF91F is #3106E0. Grayscale: #D4D4D4. Windows color (decimal): -3213025 or 2095566. OLE color: 2095566.

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

Color convert

RGB 206 249 31 -
CMYK 0.17 0 0.88 0.02
HSL 71.83º 0.95% 0.55% -
HSV(B) 71.83º 0.88% 0.98% -
XYZ 59.58 80.97 13.79 -
YUV 211.29 26.25 124.23 -
System Red Green Blue C M Y K H S L
Decimal 206 249 31 0.17 0 0.88 0.02 71.83 0.95 0.55
Hex CE F9 1F 11 0 58 2 48 5F 37
Octal 316 371 37 21 0 130 2 110 137 67
Binary 11001110 11111001 11111 10001 0 1011000 10 1001000 1011111 110111

Color Harmonies of #CEF91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF91F

Black with #CEF91F

Text Example


Text Example

White with #CEF91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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