Html Css Color HEX #C9EB2A Pear

📋 copy color: '#C9EB2A'

red 201 ◦ green 235 ◦ blue 42

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

Shades of Pear #C9EB2A

Tints of Pear #C9EB2A

RGB

 RED value IS 201 (78.91% from 255) = 42.05%

 GREEN value IS 235 (92.19% from 255) = 49.16%

 BLUE value IS 42 (16.8% from 255) = 8.79%

R = 42.05%
G = 49.16%
B = 8.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#C9EB2A (or 0xC9EB2A) is known color: Pear. HEX triplet: C9, EB and 2A. RGB value is (201,235,42). Sum of RGB (Red+Green+Blue) = 201+235+42=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EB2A is #3614D5. Grayscale: #CBCBCB. Windows color (decimal): -3544278 or 2812873. OLE color: 2812873.

HSL color Cylindrical-coordinate representation of color #C9EB2A: hue angle of 70.57º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9EB2A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 235 42 -
CMYK 0.14 0 0.82 0.08
HSL 70.57º 0.83% 0.54% -
HSV(B) 70.57º 0.82% 0.92% -
XYZ 54.21 72 13.23 -
YUV 202.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 201 235 42 0.14 0 0.82 0.08 70.57 0.83 0.54
Hex C9 EB 2A E 0 52 8 47 53 36
Octal 311 353 52 16 0 122 10 107 123 66
Binary 11001001 11101011 101010 1110 0 1010010 1000 1000111 1010011 110110

Color Harmonies of #C9EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB2A

Black with #C9EB2A

Text Example


Text Example

White with #C9EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB2A; }

 p { color: rgb(201,235,42); }

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

background-color css

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

 a { background-color: rgb(201,235,42); }

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

border-color css

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

 span { border-color: rgb(201,235,42); }

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