Html Css Color HEX #CEF01E Pear

📋 copy color: '#CEF01E'

red 206 ◦ green 240 ◦ blue 30

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

Shades of Pear #CEF01E

Tints of Pear #CEF01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.3%

R = 43.28%
G = 50.42%
B = 6.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#CEF01E (or 0xCEF01E) is known color: Pear. HEX triplet: CE, F0 and 1E. RGB value is (206,240,30). Sum of RGB (Red+Green+Blue) = 206+240+30=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF01E is #310FE1. Grayscale: #CECECE. Windows color (decimal): -3215330 or 2027726. OLE color: 2027726.

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

Color convert

RGB 206 240 30 -
CMYK 0.14 0 0.87 0.06
HSL 69.71º 0.88% 0.53% -
HSV(B) 69.71º 0.88% 0.94% -
XYZ 56.85 75.54 12.81 -
YUV 205.89 28.74 128.08 -
System Red Green Blue C M Y K H S L
Decimal 206 240 30 0.14 0 0.87 0.06 69.71 0.88 0.53
Hex CE F0 1E E 0 57 6 46 58 35
Octal 316 360 36 16 0 127 6 106 130 65
Binary 11001110 11110000 11110 1110 0 1010111 110 1000110 1011000 110101

Color Harmonies of #CEF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF01E

Black with #CEF01E

Text Example


Text Example

White with #CEF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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