Html Css Color HEX #7FCB02 Citrus

📋 copy color: '#7FCB02'

red 127 ◦ green 203 ◦ blue 2

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

Shades of Citrus #7FCB02

Tints of Citrus #7FCB02

RGB

 RED value IS 127 (50% from 255) = 38.25%

 GREEN value IS 203 (79.69% from 255) = 61.14%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 38.25%
G = 61.14%
B = 0.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#7FCB02 (or 0x7FCB02) is known color: Citrus. HEX triplet: 7F, CB and 02. RGB value is (127,203,2). Sum of RGB (Red+Green+Blue) = 127+203+2=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCB02 is #8034FD. Grayscale: #9E9E9E. Windows color (decimal): -8402174 or 183167. OLE color: 183167.

HSL color Cylindrical-coordinate representation of color #7FCB02: hue angle of 82.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FCB02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 2 -
CMYK 0.37 0 0.99 0.20
HSL 82.69º 0.98% 0.4% -
HSV(B) 82.69º 0.99% 0.8% -
XYZ 30.12 47.23 7.59 -
YUV 157.36 40.32 106.34 -
System Red Green Blue C M Y K H S L
Decimal 127 203 2 0.37 0 0.99 0.20 82.69 0.98 0.4
Hex 7F CB 2 25 0 63 14 53 62 28
Octal 177 313 2 45 0 143 24 123 142 50
Binary 1111111 11001011 10 100101 0 1100011 10100 1010011 1100010 101000

Color Harmonies of #7FCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB02

Black with #7FCB02

Text Example


Text Example

White with #7FCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCB02; }

 p { color: rgb(127,203,2); }

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

background-color css

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

 a { background-color: rgb(127,203,2); }

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

border-color css

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

 span { border-color: rgb(127,203,2); }

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