Html Css Color HEX #CEF31F Pear

📋 copy color: '#CEF31F'

red 206 ◦ green 243 ◦ blue 31

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

Shades of Pear #CEF31F

Tints of Pear #CEF31F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.63%

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

R = 42.92%
G = 50.63%
B = 6.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#CEF31F (or 0xCEF31F) is known color: Pear. HEX triplet: CE, F3 and 1F. RGB value is (206,243,31). Sum of RGB (Red+Green+Blue) = 206+243+31=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF31F is #310CE0. Grayscale: #D0D0D0. Windows color (decimal): -3214561 or 2094030. OLE color: 2094030.

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

Color convert

RGB 206 243 31 -
CMYK 0.15 0 0.87 0.05
HSL 70.47º 0.9% 0.54% -
HSV(B) 70.47º 0.87% 0.95% -
XYZ 57.75 77.32 13.18 -
YUV 207.77 28.24 126.74 -
System Red Green Blue C M Y K H S L
Decimal 206 243 31 0.15 0 0.87 0.05 70.47 0.9 0.54
Hex CE F3 1F F 0 57 5 46 5A 36
Octal 316 363 37 17 0 127 5 106 132 66
Binary 11001110 11110011 11111 1111 0 1010111 101 1000110 1011010 110110

Color Harmonies of #CEF31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF31F

Black with #CEF31F

Text Example


Text Example

White with #CEF31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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