Html Css Color HEX #CEED44 Pear

📋 copy color: '#CEED44'

red 206 ◦ green 237 ◦ blue 68

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

Shades of Pear #CEED44

Tints of Pear #CEED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.31%

R = 40.31%
G = 46.38%
B = 13.31%

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

#CEED44 (or 0xCEED44) is known color: Pear. HEX triplet: CE, ED and 44. RGB value is (206,237,68). Sum of RGB (Red+Green+Blue) = 206+237+68=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED44 is #3112BB. Grayscale: #D1D1D1. Windows color (decimal): -3216060 or 4517326. OLE color: 4517326.

HSL color Cylindrical-coordinate representation of color #CEED44: hue angle of 71.01º 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 #CEED44 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 68 -
CMYK 0.13 0 0.71 0.07
HSL 71.01º 0.82% 0.6% -
HSV(B) 71.01º 0.71% 0.93% -
XYZ 56.78 74.11 16.78 -
YUV 208.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 206 237 68 0.13 0 0.71 0.07 71.01 0.82 0.6
Hex CE ED 44 D 0 47 7 47 52 3C
Octal 316 355 104 15 0 107 7 107 122 74
Binary 11001110 11101101 1000100 1101 0 1000111 111 1000111 1010010 111100

Color Harmonies of #CEED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED44

Black with #CEED44

Text Example


Text Example

White with #CEED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED44; }

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

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

background-color css

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

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

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

border-color css

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

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

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