Html Css Color HEX #CEDF2E Pear

📋 copy color: '#CEDF2E'

red 206 ◦ green 223 ◦ blue 46

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

Shades of Pear #CEDF2E

Tints of Pear #CEDF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 46 (18.36% from 255) = 9.68%

R = 43.37%
G = 46.95%
B = 9.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#CEDF2E (or 0xCEDF2E) is known color: Pear. HEX triplet: CE, DF and 2E. RGB value is (206,223,46). Sum of RGB (Red+Green+Blue) = 206+223+46=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF2E is #3120D1. Grayscale: #C6C6C6. Windows color (decimal): -3219666 or 3071950. OLE color: 3071950.

HSL color Cylindrical-coordinate representation of color #CEDF2E: hue angle of 65.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDF2E is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 46 -
CMYK 0.08 0 0.79 0.13
HSL 65.76º 0.73% 0.53% -
HSV(B) 65.76º 0.79% 0.87% -
XYZ 52.33 66.09 12.58 -
YUV 197.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 206 223 46 0.08 0 0.79 0.13 65.76 0.73 0.53
Hex CE DF 2E 8 0 4F D 42 49 35
Octal 316 337 56 10 0 117 15 102 111 65
Binary 11001110 11011111 101110 1000 0 1001111 1101 1000010 1001001 110101

Color Harmonies of #CEDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF2E

Black with #CEDF2E

Text Example


Text Example

White with #CEDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF2E; }

 p { color: rgb(206,223,46); }

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

background-color css

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

 a { background-color: rgb(206,223,46); }

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

border-color css

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

 span { border-color: rgb(206,223,46); }

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