Html Css Color HEX #CEE61A Pear

📋 copy color: '#CEE61A'

red 206 ◦ green 230 ◦ blue 26

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

Shades of Pear #CEE61A

Tints of Pear #CEE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.78%

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

R = 44.59%
G = 49.78%
B = 5.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#CEE61A (or 0xCEE61A) is known color: Pear. HEX triplet: CE, E6 and 1A. RGB value is (206,230,26). Sum of RGB (Red+Green+Blue) = 206+230+26=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE61A is #3119E5. Grayscale: #C8C8C8. Windows color (decimal): -3217894 or 1763022. OLE color: 1763022.

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

Color convert

RGB 206 230 26 -
CMYK 0.10 0 0.89 0.10
HSL 67.06º 0.8% 0.5% -
HSV(B) 67.06º 0.89% 0.9% -
XYZ 53.94 69.79 11.61 -
YUV 199.57 30.05 132.59 -
System Red Green Blue C M Y K H S L
Decimal 206 230 26 0.10 0 0.89 0.10 67.06 0.8 0.5
Hex CE E6 1A A 0 59 A 43 50 32
Octal 316 346 32 12 0 131 12 103 120 62
Binary 11001110 11100110 11010 1010 0 1011001 1010 1000011 1010000 110010

Color Harmonies of #CEE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE61A

Black with #CEE61A

Text Example


Text Example

White with #CEE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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