Html Css Color HEX #AFDA42 Conifer

📋 copy color: '#AFDA42'

red 175 ◦ green 218 ◦ blue 66

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

Shades of Conifer #AFDA42

Tints of Conifer #AFDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 38.13%
G = 47.49%
B = 14.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#AFDA42 (or 0xAFDA42) is known color: Conifer. HEX triplet: AF, DA and 42. RGB value is (175,218,66). Sum of RGB (Red+Green+Blue) = 175+218+66=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA42 is #5025BD. Grayscale: #BCBCBC. Windows color (decimal): -5252542 or 4381359. OLE color: 4381359.

HSL color Cylindrical-coordinate representation of color #AFDA42: hue angle of 76.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDA42 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 66 -
CMYK 0.20 0 0.70 0.15
HSL 76.97º 0.67% 0.56% -
HSV(B) 76.97º 0.7% 0.85% -
XYZ 43.73 59.65 14.36 -
YUV 187.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 175 218 66 0.20 0 0.70 0.15 76.97 0.67 0.56
Hex AF DA 42 14 0 46 F 4D 43 38
Octal 257 332 102 24 0 106 17 115 103 70
Binary 10101111 11011010 1000010 10100 0 1000110 1111 1001101 1000011 111000

Color Harmonies of #AFDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA42

Black with #AFDA42

Text Example


Text Example

White with #AFDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA42; }

 p { color: rgb(175,218,66); }

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

background-color css

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

 a { background-color: rgb(175,218,66); }

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

border-color css

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

 span { border-color: rgb(175,218,66); }

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