Html Css Color HEX #CEF029 Pear

📋 copy color: '#CEF029'

red 206 ◦ green 240 ◦ blue 41

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

Shades of Pear #CEF029

Tints of Pear #CEF029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.42%

R = 42.3%
G = 49.28%
B = 8.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CEF029 (or 0xCEF029) is known color: Pear. HEX triplet: CE, F0 and 29. RGB value is (206,240,41). Sum of RGB (Red+Green+Blue) = 206+240+41=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF029 is #310FD6. Grayscale: #CFCFCF. Windows color (decimal): -3215319 or 2748622. OLE color: 2748622.

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

Color convert

RGB 206 240 41 -
CMYK 0.14 0 0.83 0.06
HSL 70.25º 0.87% 0.55% -
HSV(B) 70.25º 0.83% 0.94% -
XYZ 57.01 75.6 13.69 -
YUV 207.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 206 240 41 0.14 0 0.83 0.06 70.25 0.87 0.55
Hex CE F0 29 E 0 53 6 46 57 37
Octal 316 360 51 16 0 123 6 106 127 67
Binary 11001110 11110000 101001 1110 0 1010011 110 1000110 1010111 110111

Color Harmonies of #CEF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF029

Black with #CEF029

Text Example


Text Example

White with #CEF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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