Html Css Color HEX #CEE541 Pear

📋 copy color: '#CEE541'

red 206 ◦ green 229 ◦ blue 65

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

Shades of Pear #CEE541

Tints of Pear #CEE541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13%

R = 41.2%
G = 45.8%
B = 13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CEE541 (or 0xCEE541) is known color: Pear. HEX triplet: CE, E5 and 41. RGB value is (206,229,65). Sum of RGB (Red+Green+Blue) = 206+229+65=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE541 is #311ABE. Grayscale: #CCCCCC. Windows color (decimal): -3218111 or 4318670. OLE color: 4318670.

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

Color convert

RGB 206 229 65 -
CMYK 0.10 0 0.72 0.10
HSL 68.41º 0.76% 0.58% -
HSV(B) 68.41º 0.72% 0.9% -
XYZ 54.43 69.54 15.56 -
YUV 203.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 206 229 65 0.10 0 0.72 0.10 68.41 0.76 0.58
Hex CE E5 41 A 0 48 A 44 4C 3A
Octal 316 345 101 12 0 110 12 104 114 72
Binary 11001110 11100101 1000001 1010 0 1001000 1010 1000100 1001100 111010

Color Harmonies of #CEE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE541

Black with #CEE541

Text Example


Text Example

White with #CEE541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE541; }

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

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

background-color css

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

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

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

border-color css

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

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

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