Html Css Color HEX #AFF34D Conifer

📋 copy color: '#AFF34D'

red 175 ◦ green 243 ◦ blue 77

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

Shades of Conifer #AFF34D

Tints of Conifer #AFF34D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

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

R = 35.35%
G = 49.09%
B = 15.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#AFF34D (or 0xAFF34D) is known color: Conifer. HEX triplet: AF, F3 and 4D. RGB value is (175,243,77). Sum of RGB (Red+Green+Blue) = 175+243+77=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF34D is #500CB2. Grayscale: #CCCCCC. Windows color (decimal): -5246131 or 5108655. OLE color: 5108655.

HSL color Cylindrical-coordinate representation of color #AFF34D: hue angle of 84.58º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF34D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 77 -
CMYK 0.28 0 0.68 0.05
HSL 84.58º 0.87% 0.63% -
HSV(B) 84.58º 0.68% 0.95% -
XYZ 51.07 73.75 18.56 -
YUV 203.74 56.47 107.5 -
System Red Green Blue C M Y K H S L
Decimal 175 243 77 0.28 0 0.68 0.05 84.58 0.87 0.63
Hex AF F3 4D 1C 0 44 5 55 57 3F
Octal 257 363 115 34 0 104 5 125 127 77
Binary 10101111 11110011 1001101 11100 0 1000100 101 1010101 1010111 111111

Color Harmonies of #AFF34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF34D

Black with #AFF34D

Text Example


Text Example

White with #AFF34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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