Html Css Color HEX #CEE71A Pear

📋 copy color: '#CEE71A'

red 206 ◦ green 231 ◦ blue 26

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

Shades of Pear #CEE71A

Tints of Pear #CEE71A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.89%

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

R = 44.49%
G = 49.89%
B = 5.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#CEE71A (or 0xCEE71A) is known color: Pear. HEX triplet: CE, E7 and 1A. RGB value is (206,231,26). Sum of RGB (Red+Green+Blue) = 206+231+26=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE71A is #3118E5. Grayscale: #C8C8C8. Windows color (decimal): -3217638 or 1763278. OLE color: 1763278.

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

Color convert

RGB 206 231 26 -
CMYK 0.11 0 0.89 0.09
HSL 67.32º 0.81% 0.5% -
HSV(B) 67.32º 0.89% 0.91% -
XYZ 54.22 70.35 11.7 -
YUV 200.16 29.72 132.17 -
System Red Green Blue C M Y K H S L
Decimal 206 231 26 0.11 0 0.89 0.09 67.32 0.81 0.5
Hex CE E7 1A B 0 59 9 43 51 32
Octal 316 347 32 13 0 131 11 103 121 62
Binary 11001110 11100111 11010 1011 0 1011001 1001 1000011 1010001 110010

Color Harmonies of #CEE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE71A

Black with #CEE71A

Text Example


Text Example

White with #CEE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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