Html Css Color HEX #CEF61D Pear

📋 copy color: '#CEF61D'

red 206 ◦ green 246 ◦ blue 29

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

Shades of Pear #CEF61D

Tints of Pear #CEF61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 42.83%
G = 51.14%
B = 6.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#CEF61D (or 0xCEF61D) is known color: Pear. HEX triplet: CE, F6 and 1D. RGB value is (206,246,29). Sum of RGB (Red+Green+Blue) = 206+246+29=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF61D is #3109E2. Grayscale: #D2D2D2. Windows color (decimal): -3213795 or 1963726. OLE color: 1963726.

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

Color convert

RGB 206 246 29 -
CMYK 0.16 0 0.88 0.04
HSL 71.06º 0.92% 0.54% -
HSV(B) 71.06º 0.88% 0.96% -
XYZ 58.63 79.12 13.34 -
YUV 209.3 26.25 125.64 -
System Red Green Blue C M Y K H S L
Decimal 206 246 29 0.16 0 0.88 0.04 71.06 0.92 0.54
Hex CE F6 1D 10 0 58 4 47 5C 36
Octal 316 366 35 20 0 130 4 107 134 66
Binary 11001110 11110110 11101 10000 0 1011000 100 1000111 1011100 110110

Color Harmonies of #CEF61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF61D

Black with #CEF61D

Text Example


Text Example

White with #CEF61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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