Html Css Color HEX #AFE74B Conifer

📋 copy color: '#AFE74B'

red 175 ◦ green 231 ◦ blue 75

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

Shades of Conifer #AFE74B

Tints of Conifer #AFE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.02%

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

R = 36.38%
G = 48.02%
B = 15.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#AFE74B (or 0xAFE74B) is known color: Conifer. HEX triplet: AF, E7 and 4B. RGB value is (175,231,75). Sum of RGB (Red+Green+Blue) = 175+231+75=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE74B is #5018B4. Grayscale: #C5C5C5. Windows color (decimal): -5249205 or 4974511. OLE color: 4974511.

HSL color Cylindrical-coordinate representation of color #AFE74B: hue angle of 81.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE74B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 75 -
CMYK 0.24 0 0.68 0.09
HSL 81.54º 0.76% 0.6% -
HSV(B) 81.54º 0.68% 0.91% -
XYZ 47.53 66.77 17.04 -
YUV 196.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 175 231 75 0.24 0 0.68 0.09 81.54 0.76 0.6
Hex AF E7 4B 18 0 44 9 52 4C 3C
Octal 257 347 113 30 0 104 11 122 114 74
Binary 10101111 11100111 1001011 11000 0 1000100 1001 1010010 1001100 111100

Color Harmonies of #AFE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE74B

Black with #AFE74B

Text Example


Text Example

White with #AFE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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