Html Css Color HEX #8CC825 Yellow Green

📋 copy color: '#8CC825'

red 140 ◦ green 200 ◦ blue 37

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

Shades of Yellow Green #8CC825

Tints of Yellow Green #8CC825

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

 GREEN value IS 200 (78.52% from 255) = 53.05%

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 37.14%
G = 53.05%
B = 9.81%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#8CC825 (or 0x8CC825) is known color: Yellow Green. HEX triplet: 8C, C8 and 25. RGB value is (140,200,37). Sum of RGB (Red+Green+Blue) = 140+200+37=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC825 is #7337DA. Grayscale: #A4A4A4. Windows color (decimal): -7550939 or 2476172. OLE color: 2476172.

HSL color Cylindrical-coordinate representation of color #8CC825: hue angle of 82.09º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CC825 is Cyan = 0.3, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 37 -
CMYK 0.3 0 0.82 0.22
HSL 82.09º 0.69% 0.46% -
HSV(B) 82.09º 0.82% 0.78% -
XYZ 31.8 47.02 9.15 -
YUV 163.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 140 200 37 0.3 0 0.82 0.22 82.09 0.69 0.46
Hex 8C C8 25 1E 0 52 16 52 45 2E
Octal 214 310 45 36 0 122 26 122 105 56
Binary 10001100 11001000 100101 11110 0 1010010 10110 1010010 1000101 101110

Color Harmonies of #8CC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC825

Black with #8CC825

Text Example


Text Example

White with #8CC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC825; }

 p { color: rgb(140,200,37); }

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

background-color css

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

 a { background-color: rgb(140,200,37); }

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

border-color css

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

 span { border-color: rgb(140,200,37); }

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