Html Css Color HEX #AFF74B Conifer

📋 copy color: '#AFF74B'

red 175 ◦ green 247 ◦ blue 75

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

Shades of Conifer #AFF74B

Tints of Conifer #AFF74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.09%

R = 35.21%
G = 49.7%
B = 15.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#AFF74B (or 0xAFF74B) is known color: Conifer. HEX triplet: AF, F7 and 4B. RGB value is (175,247,75). Sum of RGB (Red+Green+Blue) = 175+247+75=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF74B is #5008B4. Grayscale: #CECECE. Windows color (decimal): -5245109 or 4978607. OLE color: 4978607.

HSL color Cylindrical-coordinate representation of color #AFF74B: hue angle of 85.12º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF74B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 75 -
CMYK 0.29 0 0.70 0.03
HSL 85.12º 0.91% 0.63% -
HSV(B) 85.12º 0.7% 0.97% -
XYZ 52.21 76.14 18.6 -
YUV 205.86 54.15 105.99 -
System Red Green Blue C M Y K H S L
Decimal 175 247 75 0.29 0 0.70 0.03 85.12 0.91 0.63
Hex AF F7 4B 1D 0 46 3 55 5B 3F
Octal 257 367 113 35 0 106 3 125 133 77
Binary 10101111 11110111 1001011 11101 0 1000110 11 1010101 1011011 111111

Color Harmonies of #AFF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF74B

Black with #AFF74B

Text Example


Text Example

White with #AFF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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