Html Css Color HEX #AFFC67 Conifer

📋 copy color: '#AFFC67'

red 175 ◦ green 252 ◦ blue 103

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

Shades of Conifer #AFFC67

Tints of Conifer #AFFC67

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.55%

 BLUE value IS 103 (40.63% from 255) = 19.43%

R = 33.02%
G = 47.55%
B = 19.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#AFFC67 (or 0xAFFC67) is known color: Conifer. HEX triplet: AF, FC and 67. RGB value is (175,252,103). Sum of RGB (Red+Green+Blue) = 175+252+103=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC67 is #500398. Grayscale: #D4D4D4. Windows color (decimal): -5243801 or 6814895. OLE color: 6814895.

HSL color Cylindrical-coordinate representation of color #AFFC67: hue angle of 91.01º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFFC67 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 103 -
CMYK 0.31 0 0.59 0.01
HSL 91.01º 0.96% 0.7% -
HSV(B) 91.01º 0.59% 0.99% -
XYZ 54.94 79.71 25.32 -
YUV 211.99 66.49 101.62 -
System Red Green Blue C M Y K H S L
Decimal 175 252 103 0.31 0 0.59 0.01 91.01 0.96 0.7
Hex AF FC 67 1F 0 3B 1 5B 60 46
Octal 257 374 147 37 0 73 1 133 140 106
Binary 10101111 11111100 1100111 11111 0 111011 1 1011011 1100000 1000110

Color Harmonies of #AFFC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC67

Black with #AFFC67

Text Example


Text Example

White with #AFFC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC67; }

 p { color: rgb(175,252,103); }

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

background-color css

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

 a { background-color: rgb(175,252,103); }

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

border-color css

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

 span { border-color: rgb(175,252,103); }

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