Html Css Color HEX #CEE41A Pear

📋 copy color: '#CEE41A'

red 206 ◦ green 228 ◦ blue 26

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

Shades of Pear #CEE41A

Tints of Pear #CEE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.57%

 BLUE value IS 26 (10.55% from 255) = 5.65%

R = 44.78%
G = 49.57%
B = 5.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#CEE41A (or 0xCEE41A) is known color: Pear. HEX triplet: CE, E4 and 1A. RGB value is (206,228,26). Sum of RGB (Red+Green+Blue) = 206+228+26=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE41A is #311BE5. Grayscale: #C7C7C7. Windows color (decimal): -3218406 or 1762510. OLE color: 1762510.

HSL color Cylindrical-coordinate representation of color #CEE41A: hue angle of 66.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEE41A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 26 -
CMYK 0.10 0 0.89 0.11
HSL 66.53º 0.8% 0.5% -
HSV(B) 66.53º 0.89% 0.89% -
XYZ 53.38 68.68 11.42 -
YUV 198.39 30.71 133.43 -
System Red Green Blue C M Y K H S L
Decimal 206 228 26 0.10 0 0.89 0.11 66.53 0.8 0.5
Hex CE E4 1A A 0 59 B 43 50 32
Octal 316 344 32 12 0 131 13 103 120 62
Binary 11001110 11100100 11010 1010 0 1011001 1011 1000011 1010000 110010

Color Harmonies of #CEE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE41A

Black with #CEE41A

Text Example


Text Example

White with #CEE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE41A; }

 p { color: rgb(206,228,26); }

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

background-color css

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

 a { background-color: rgb(206,228,26); }

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

border-color css

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

 span { border-color: rgb(206,228,26); }

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