Html Css Color HEX #AFCC25 Bahia

📋 copy color: '#AFCC25'

red 175 ◦ green 204 ◦ blue 37

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

Shades of Bahia #AFCC25

Tints of Bahia #AFCC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 42.07%
G = 49.04%
B = 8.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#AFCC25 (or 0xAFCC25) is known color: Bahia. HEX triplet: AF, CC and 25. RGB value is (175,204,37). Sum of RGB (Red+Green+Blue) = 175+204+37=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC25 is #5033DA. Grayscale: #B0B0B0. Windows color (decimal): -5256155 or 2477231. OLE color: 2477231.

HSL color Cylindrical-coordinate representation of color #AFCC25: hue angle of 70.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFCC25 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 37 -
CMYK 0.14 0 0.82 0.2
HSL 70.42º 0.69% 0.47% -
HSV(B) 70.42º 0.82% 0.8% -
XYZ 39.61 52.43 9.78 -
YUV 176.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 175 204 37 0.14 0 0.82 0.2 70.42 0.69 0.47
Hex AF CC 25 E 0 52 14 46 45 2F
Octal 257 314 45 16 0 122 24 106 105 57
Binary 10101111 11001100 100101 1110 0 1010010 10100 1000110 1000101 101111

Color Harmonies of #AFCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC25

Black with #AFCC25

Text Example


Text Example

White with #AFCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC25; }

 p { color: rgb(175,204,37); }

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

background-color css

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

 a { background-color: rgb(175,204,37); }

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

border-color css

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

 span { border-color: rgb(175,204,37); }

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