Html Css Color HEX #CEF629 Pear

📋 copy color: '#CEF629'

red 206 ◦ green 246 ◦ blue 41

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

Shades of Pear #CEF629

Tints of Pear #CEF629

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

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

R = 41.78%
G = 49.9%
B = 8.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#CEF629 (or 0xCEF629) is known color: Pear. HEX triplet: CE, F6 and 29. RGB value is (206,246,41). Sum of RGB (Red+Green+Blue) = 206+246+41=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF629 is #3109D6. Grayscale: #D3D3D3. Windows color (decimal): -3213783 or 2750158. OLE color: 2750158.

HSL color Cylindrical-coordinate representation of color #CEF629: hue angle of 71.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEF629 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 41 -
CMYK 0.16 0 0.83 0.04
HSL 71.71º 0.92% 0.56% -
HSV(B) 71.71º 0.83% 0.96% -
XYZ 58.81 79.19 14.28 -
YUV 210.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 206 246 41 0.16 0 0.83 0.04 71.71 0.92 0.56
Hex CE F6 29 10 0 53 4 48 5C 38
Octal 316 366 51 20 0 123 4 110 134 70
Binary 11001110 11110110 101001 10000 0 1010011 100 1001000 1011100 111000

Color Harmonies of #CEF629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF629

Black with #CEF629

Text Example


Text Example

White with #CEF629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF629; }

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

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

background-color css

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

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

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

border-color css

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

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

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