Html Css Color HEX #AFF64B Conifer

📋 copy color: '#AFF64B'

red 175 ◦ green 246 ◦ blue 75

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

Shades of Conifer #AFF64B

Tints of Conifer #AFF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.6%

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

R = 35.28%
G = 49.6%
B = 15.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#AFF64B (or 0xAFF64B) is known color: Conifer. HEX triplet: AF, F6 and 4B. RGB value is (175,246,75). Sum of RGB (Red+Green+Blue) = 175+246+75=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF64B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF64B is #5009B4. Grayscale: #CDCDCD. Windows color (decimal): -5245365 or 4978351. OLE color: 4978351.

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

Color convert

RGB 175 246 75 -
CMYK 0.29 0 0.70 0.04
HSL 84.91º 0.9% 0.63% -
HSV(B) 84.91º 0.7% 0.96% -
XYZ 51.9 75.53 18.5 -
YUV 205.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 175 246 75 0.29 0 0.70 0.04 84.91 0.9 0.63
Hex AF F6 4B 1D 0 46 4 55 5A 3F
Octal 257 366 113 35 0 106 4 125 132 77
Binary 10101111 11110110 1001011 11101 0 1000110 100 1010101 1011010 111111

Color Harmonies of #AFF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF64B

Black with #AFF64B

Text Example


Text Example

White with #AFF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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