Html Css Color HEX #AFED74 Sulu

📋 copy color: '#AFED74'

red 175 ◦ green 237 ◦ blue 116

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

Shades of Sulu #AFED74

Tints of Sulu #AFED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.89%

 BLUE value IS 116 (45.7% from 255) = 21.97%

R = 33.14%
G = 44.89%
B = 21.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#AFED74 (or 0xAFED74) is known color: Sulu. HEX triplet: AF, ED and 74. RGB value is (175,237,116). Sum of RGB (Red+Green+Blue) = 175+237+116=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED74 is #50128B. Grayscale: #CDCDCD. Windows color (decimal): -5247628 or 7663023. OLE color: 7663023.

HSL color Cylindrical-coordinate representation of color #AFED74: hue angle of 90.74º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFED74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 116 -
CMYK 0.26 0 0.51 0.07
HSL 90.74º 0.77% 0.69% -
HSV(B) 90.74º 0.51% 0.93% -
XYZ 51.12 70.94 27.52 -
YUV 204.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 175 237 116 0.26 0 0.51 0.07 90.74 0.77 0.69
Hex AF ED 74 1A 0 33 7 5B 4D 45
Octal 257 355 164 32 0 63 7 133 115 105
Binary 10101111 11101101 1110100 11010 0 110011 111 1011011 1001101 1000101

Color Harmonies of #AFED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED74

Black with #AFED74

Text Example


Text Example

White with #AFED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED74; }

 p { color: rgb(175,237,116); }

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

background-color css

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

 a { background-color: rgb(175,237,116); }

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

border-color css

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

 span { border-color: rgb(175,237,116); }

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