Html Css Color HEX #7FCF02 Citrus

📋 copy color: '#7FCF02'

red 127 ◦ green 207 ◦ blue 2

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

Shades of Citrus #7FCF02

Tints of Citrus #7FCF02

RGB

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

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

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

R = 37.8%
G = 61.61%
B = 0.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#7FCF02 (or 0x7FCF02) is known color: Citrus. HEX triplet: 7F, CF and 02. RGB value is (127,207,2). Sum of RGB (Red+Green+Blue) = 127+207+2=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF02 is #8030FD. Grayscale: #A0A0A0. Windows color (decimal): -8401150 or 184191. OLE color: 184191.

HSL color Cylindrical-coordinate representation of color #7FCF02: hue angle of 83.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FCF02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 2 -
CMYK 0.39 0 0.99 0.19
HSL 83.41º 0.98% 0.41% -
HSV(B) 83.41º 0.99% 0.81% -
XYZ 31.08 49.14 7.9 -
YUV 159.71 39 104.67 -
System Red Green Blue C M Y K H S L
Decimal 127 207 2 0.39 0 0.99 0.19 83.41 0.98 0.41
Hex 7F CF 2 27 0 63 13 53 62 29
Octal 177 317 2 47 0 143 23 123 142 51
Binary 1111111 11001111 10 100111 0 1100011 10011 1010011 1100010 101001

Color Harmonies of #7FCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF02

Black with #7FCF02

Text Example


Text Example

White with #7FCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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