Html Css Color HEX #8CCF1F Yellow Green

📋 copy color: '#8CCF1F'

red 140 ◦ green 207 ◦ blue 31

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

Shades of Yellow Green #8CCF1F

Tints of Yellow Green #8CCF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.76%

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 37.04%
G = 54.76%
B = 8.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#8CCF1F (or 0x8CCF1F) is known color: Yellow Green. HEX triplet: 8C, CF and 1F. RGB value is (140,207,31). Sum of RGB (Red+Green+Blue) = 140+207+31=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCF1F is #7330E0. Grayscale: #A7A7A7. Windows color (decimal): -7549153 or 2084748. OLE color: 2084748.

HSL color Cylindrical-coordinate representation of color #8CCF1F: hue angle of 82.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CCF1F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 31 -
CMYK 0.32 0 0.85 0.19
HSL 82.84º 0.74% 0.47% -
HSV(B) 82.84º 0.85% 0.81% -
XYZ 33.38 50.3 9.25 -
YUV 166.9 51.3 108.81 -
System Red Green Blue C M Y K H S L
Decimal 140 207 31 0.32 0 0.85 0.19 82.84 0.74 0.47
Hex 8C CF 1F 20 0 55 13 53 4A 2F
Octal 214 317 37 40 0 125 23 123 112 57
Binary 10001100 11001111 11111 100000 0 1010101 10011 1010011 1001010 101111

Color Harmonies of #8CCF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF1F

Black with #8CCF1F

Text Example


Text Example

White with #8CCF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,31); }

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

background-color css

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

 a { background-color: rgb(140,207,31); }

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

border-color css

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

 span { border-color: rgb(140,207,31); }

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