Html Css Color HEX #AFEF4E Conifer

📋 copy color: '#AFEF4E'

red 175 ◦ green 239 ◦ blue 78

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

Shades of Conifer #AFEF4E

Tints of Conifer #AFEF4E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 78 (30.86% from 255) = 15.85%

R = 35.57%
G = 48.58%
B = 15.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#AFEF4E (or 0xAFEF4E) is known color: Conifer. HEX triplet: AF, EF and 4E. RGB value is (175,239,78). Sum of RGB (Red+Green+Blue) = 175+239+78=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF4E is #5010B1. Grayscale: #CACACA. Windows color (decimal): -5247154 or 5173167. OLE color: 5173167.

HSL color Cylindrical-coordinate representation of color #AFEF4E: hue angle of 83.85º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFEF4E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 78 -
CMYK 0.27 0 0.67 0.06
HSL 83.85º 0.83% 0.62% -
HSV(B) 83.85º 0.67% 0.94% -
XYZ 49.92 71.4 18.36 -
YUV 201.51 58.3 109.09 -
System Red Green Blue C M Y K H S L
Decimal 175 239 78 0.27 0 0.67 0.06 83.85 0.83 0.62
Hex AF EF 4E 1B 0 43 6 54 53 3E
Octal 257 357 116 33 0 103 6 124 123 76
Binary 10101111 11101111 1001110 11011 0 1000011 110 1010100 1010011 111110

Color Harmonies of #AFEF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF4E

Black with #AFEF4E

Text Example


Text Example

White with #AFEF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF4E; }

 p { color: rgb(175,239,78); }

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

background-color css

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

 a { background-color: rgb(175,239,78); }

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

border-color css

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

 span { border-color: rgb(175,239,78); }

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