Html Css Color HEX #CEF12F Pear

📋 copy color: '#CEF12F'

red 206 ◦ green 241 ◦ blue 47

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

Shades of Pear #CEF12F

Tints of Pear #CEF12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 41.7%
G = 48.79%
B = 9.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#CEF12F (or 0xCEF12F) is known color: Pear. HEX triplet: CE, F1 and 2F. RGB value is (206,241,47). Sum of RGB (Red+Green+Blue) = 206+241+47=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF12F is #310ED0. Grayscale: #D1D1D1. Windows color (decimal): -3215057 or 3142094. OLE color: 3142094.

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

Color convert

RGB 206 241 47 -
CMYK 0.15 0 0.80 0.05
HSL 70.82º 0.87% 0.56% -
HSV(B) 70.82º 0.8% 0.95% -
XYZ 57.42 76.24 14.38 -
YUV 208.42 36.9 126.27 -
System Red Green Blue C M Y K H S L
Decimal 206 241 47 0.15 0 0.80 0.05 70.82 0.87 0.56
Hex CE F1 2F F 0 50 5 47 57 38
Octal 316 361 57 17 0 120 5 107 127 70
Binary 11001110 11110001 101111 1111 0 1010000 101 1000111 1010111 111000

Color Harmonies of #CEF12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF12F

Black with #CEF12F

Text Example


Text Example

White with #CEF12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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