Html Css Color HEX #CEED45 Pear

📋 copy color: '#CEED45'

red 206 ◦ green 237 ◦ blue 69

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

Shades of Pear #CEED45

Tints of Pear #CEED45

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.29%

 BLUE value IS 69 (27.34% from 255) = 13.48%

R = 40.23%
G = 46.29%
B = 13.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#CEED45 (or 0xCEED45) is known color: Pear. HEX triplet: CE, ED and 45. RGB value is (206,237,69). Sum of RGB (Red+Green+Blue) = 206+237+69=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED45 is #3112BA. Grayscale: #D1D1D1. Windows color (decimal): -3216059 or 4582862. OLE color: 4582862.

HSL color Cylindrical-coordinate representation of color #CEED45: hue angle of 71.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEED45 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 69 -
CMYK 0.13 0 0.71 0.07
HSL 71.07º 0.82% 0.6% -
HSV(B) 71.07º 0.71% 0.93% -
XYZ 56.81 74.12 16.94 -
YUV 208.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 206 237 69 0.13 0 0.71 0.07 71.07 0.82 0.6
Hex CE ED 45 D 0 47 7 47 52 3C
Octal 316 355 105 15 0 107 7 107 122 74
Binary 11001110 11101101 1000101 1101 0 1000111 111 1000111 1010010 111100

Color Harmonies of #CEED45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED45

Black with #CEED45

Text Example


Text Example

White with #CEED45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED45; }

 p { color: rgb(206,237,69); }

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

background-color css

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

 a { background-color: rgb(206,237,69); }

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

border-color css

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

 span { border-color: rgb(206,237,69); }

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