Html Css Color HEX #AFF84C Conifer

📋 copy color: '#AFF84C'

red 175 ◦ green 248 ◦ blue 76

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

Shades of Conifer #AFF84C

Tints of Conifer #AFF84C

RGB

 RED value IS 175 (68.75% from 255) = 35.07%

 GREEN value IS 248 (97.27% from 255) = 49.7%

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 35.07%
G = 49.7%
B = 15.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#AFF84C (or 0xAFF84C) is known color: Conifer. HEX triplet: AF, F8 and 4C. RGB value is (175,248,76). Sum of RGB (Red+Green+Blue) = 175+248+76=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF84C is #5007B3. Grayscale: #CFCFCF. Windows color (decimal): -5244852 or 5044399. OLE color: 5044399.

HSL color Cylindrical-coordinate representation of color #AFF84C: hue angle of 85.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF84C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 76 -
CMYK 0.29 0 0.69 0.03
HSL 85.47º 0.92% 0.64% -
HSV(B) 85.47º 0.69% 0.97% -
XYZ 52.55 76.77 18.89 -
YUV 206.57 54.32 105.49 -
System Red Green Blue C M Y K H S L
Decimal 175 248 76 0.29 0 0.69 0.03 85.47 0.92 0.64
Hex AF F8 4C 1D 0 45 3 55 5C 40
Octal 257 370 114 35 0 105 3 125 134 100
Binary 10101111 11111000 1001100 11101 0 1000101 11 1010101 1011100 1000000

Color Harmonies of #AFF84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF84C

Black with #AFF84C

Text Example


Text Example

White with #AFF84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF84C; }

 p { color: rgb(175,248,76); }

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

background-color css

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

 a { background-color: rgb(175,248,76); }

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

border-color css

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

 span { border-color: rgb(175,248,76); }

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