Html Css Color HEX #CEE531 Pear

📋 copy color: '#CEE531'

red 206 ◦ green 229 ◦ blue 49

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

Shades of Pear #CEE531

Tints of Pear #CEE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 42.56%
G = 47.31%
B = 10.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#CEE531 (or 0xCEE531) is known color: Pear. HEX triplet: CE, E5 and 31. RGB value is (206,229,49). Sum of RGB (Red+Green+Blue) = 206+229+49=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE531 is #311ACE. Grayscale: #CACACA. Windows color (decimal): -3218127 or 3270094. OLE color: 3270094.

HSL color Cylindrical-coordinate representation of color #CEE531: hue angle of 67.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEE531 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 49 -
CMYK 0.10 0 0.79 0.10
HSL 67.67º 0.78% 0.55% -
HSV(B) 67.67º 0.79% 0.9% -
XYZ 54.03 69.38 13.45 -
YUV 201.6 41.88 131.14 -
System Red Green Blue C M Y K H S L
Decimal 206 229 49 0.10 0 0.79 0.10 67.67 0.78 0.55
Hex CE E5 31 A 0 4F A 44 4E 37
Octal 316 345 61 12 0 117 12 104 116 67
Binary 11001110 11100101 110001 1010 0 1001111 1010 1000100 1001110 110111

Color Harmonies of #CEE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE531

Black with #CEE531

Text Example


Text Example

White with #CEE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE531; }

 p { color: rgb(206,229,49); }

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

background-color css

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

 a { background-color: rgb(206,229,49); }

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

border-color css

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

 span { border-color: rgb(206,229,49); }

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