Html Css Color HEX #AFF74D Conifer

📋 copy color: '#AFF74D'

red 175 ◦ green 247 ◦ blue 77

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

Shades of Conifer #AFF74D

Tints of Conifer #AFF74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 35.07%
G = 49.5%
B = 15.43%

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

#AFF74D (or 0xAFF74D) is known color: Conifer. HEX triplet: AF, F7 and 4D. RGB value is (175,247,77). Sum of RGB (Red+Green+Blue) = 175+247+77=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF74D is #5008B2. Grayscale: #CECECE. Windows color (decimal): -5245107 or 5109679. OLE color: 5109679.

HSL color Cylindrical-coordinate representation of color #AFF74D: hue angle of 85.41º degrees, saturation: 0.91, 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 #AFF74D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 77 -
CMYK 0.29 0 0.69 0.03
HSL 85.41º 0.91% 0.64% -
HSV(B) 85.41º 0.69% 0.97% -
XYZ 52.28 76.17 18.97 -
YUV 206.09 55.15 105.82 -
System Red Green Blue C M Y K H S L
Decimal 175 247 77 0.29 0 0.69 0.03 85.41 0.91 0.64
Hex AF F7 4D 1D 0 45 3 55 5B 40
Octal 257 367 115 35 0 105 3 125 133 100
Binary 10101111 11110111 1001101 11101 0 1000101 11 1010101 1011011 1000000

Color Harmonies of #AFF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF74D

Black with #AFF74D

Text Example


Text Example

White with #AFF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF74D; }

 p { color: rgb(175,247,77); }

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

background-color css

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

 a { background-color: rgb(175,247,77); }

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

border-color css

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

 span { border-color: rgb(175,247,77); }

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