Html Css Color HEX #CEDF14 Pear

📋 copy color: '#CEDF14'

red 206 ◦ green 223 ◦ blue 20

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

Shades of Pear #CEDF14

Tints of Pear #CEDF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 45.88%
G = 49.67%
B = 4.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#CEDF14 (or 0xCEDF14) is known color: Pear. HEX triplet: CE, DF and 14. RGB value is (206,223,20). Sum of RGB (Red+Green+Blue) = 206+223+20=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF14 is #3120EB. Grayscale: #C3C3C3. Windows color (decimal): -3219692 or 1368014. OLE color: 1368014.

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

Color convert

RGB 206 223 20 -
CMYK 0.08 0 0.91 0.13
HSL 65.02º 0.84% 0.48% -
HSV(B) 65.02º 0.91% 0.87% -
XYZ 51.97 65.95 10.65 -
YUV 194.78 29.37 136.01 -
System Red Green Blue C M Y K H S L
Decimal 206 223 20 0.08 0 0.91 0.13 65.02 0.84 0.48
Hex CE DF 14 8 0 5B D 41 54 30
Octal 316 337 24 10 0 133 15 101 124 60
Binary 11001110 11011111 10100 1000 0 1011011 1101 1000001 1010100 110000

Color Harmonies of #CEDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF14

Black with #CEDF14

Text Example


Text Example

White with #CEDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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