Html Css Color HEX #CEF929 Pear

📋 copy color: '#CEF929'

red 206 ◦ green 249 ◦ blue 41

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

Shades of Pear #CEF929

Tints of Pear #CEF929

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.2%

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

R = 41.53%
G = 50.2%
B = 8.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#CEF929 (or 0xCEF929) is known color: Pear. HEX triplet: CE, F9 and 29. RGB value is (206,249,41). Sum of RGB (Red+Green+Blue) = 206+249+41=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF929 is #3106D6. Grayscale: #D5D5D5. Windows color (decimal): -3213015 or 2750926. OLE color: 2750926.

HSL color Cylindrical-coordinate representation of color #CEF929: hue angle of 72.4º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF929 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 41 -
CMYK 0.17 0 0.84 0.02
HSL 72.4º 0.95% 0.57% -
HSV(B) 72.4º 0.84% 0.98% -
XYZ 59.73 81.03 14.59 -
YUV 212.43 31.25 123.41 -
System Red Green Blue C M Y K H S L
Decimal 206 249 41 0.17 0 0.84 0.02 72.4 0.95 0.57
Hex CE F9 29 11 0 54 2 48 5F 39
Octal 316 371 51 21 0 124 2 110 137 71
Binary 11001110 11111001 101001 10001 0 1010100 10 1001000 1011111 111001

Color Harmonies of #CEF929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF929

Black with #CEF929

Text Example


Text Example

White with #CEF929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF929; }

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

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

background-color css

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

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

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

border-color css

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

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

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