Html Css Color HEX #CEF02F Pear

📋 copy color: '#CEF02F'

red 206 ◦ green 240 ◦ blue 47

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

Shades of Pear #CEF02F

Tints of Pear #CEF02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 41.78%
G = 48.68%
B = 9.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#CEF02F (or 0xCEF02F) is known color: Pear. HEX triplet: CE, F0 and 2F. RGB value is (206,240,47). Sum of RGB (Red+Green+Blue) = 206+240+47=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF02F is #310FD0. Grayscale: #D0D0D0. Windows color (decimal): -3215313 or 3141838. OLE color: 3141838.

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

Color convert

RGB 206 240 47 -
CMYK 0.14 0 0.80 0.06
HSL 70.57º 0.87% 0.56% -
HSV(B) 70.57º 0.8% 0.94% -
XYZ 57.13 75.65 14.28 -
YUV 207.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 206 240 47 0.14 0 0.80 0.06 70.57 0.87 0.56
Hex CE F0 2F E 0 50 6 47 57 38
Octal 316 360 57 16 0 120 6 107 127 70
Binary 11001110 11110000 101111 1110 0 1010000 110 1000111 1010111 111000

Color Harmonies of #CEF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF02F

Black with #CEF02F

Text Example


Text Example

White with #CEF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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