Html Css Color HEX #C5ED2D Pear

📋 copy color: '#C5ED2D'

red 197 ◦ green 237 ◦ blue 45

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

Shades of Pear #C5ED2D

Tints of Pear #C5ED2D

RGB

 RED value IS 197 (77.34% from 255) = 41.13%

 GREEN value IS 237 (92.97% from 255) = 49.48%

 BLUE value IS 45 (17.97% from 255) = 9.39%

R = 41.13%
G = 49.48%
B = 9.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#C5ED2D (or 0xC5ED2D) is known color: Pear. HEX triplet: C5, ED and 2D. RGB value is (197,237,45). Sum of RGB (Red+Green+Blue) = 197+237+45=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED2D is #3A12D2. Grayscale: #CBCBCB. Windows color (decimal): -3805907 or 3009989. OLE color: 3009989.

HSL color Cylindrical-coordinate representation of color #C5ED2D: hue angle of 72.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5ED2D is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 45 -
CMYK 0.17 0 0.81 0.07
HSL 72.5º 0.84% 0.55% -
HSV(B) 72.5º 0.81% 0.93% -
XYZ 53.78 72.63 13.67 -
YUV 203.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 197 237 45 0.17 0 0.81 0.07 72.5 0.84 0.55
Hex C5 ED 2D 11 0 51 7 48 54 37
Octal 305 355 55 21 0 121 7 110 124 67
Binary 11000101 11101101 101101 10001 0 1010001 111 1001000 1010100 110111

Color Harmonies of #C5ED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ED2D

Black with #C5ED2D

Text Example


Text Example

White with #C5ED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ED2D; }

 p { color: rgb(197,237,45); }

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

background-color css

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

 a { background-color: rgb(197,237,45); }

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

border-color css

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

 span { border-color: rgb(197,237,45); }

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