Html Css Color HEX #BDF174 Sulu

📋 copy color: '#BDF174'

red 189 ◦ green 241 ◦ blue 116

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

Shades of Sulu #BDF174

Tints of Sulu #BDF174

RGB

 RED value IS 189 (74.22% from 255) = 34.62%

 GREEN value IS 241 (94.53% from 255) = 44.14%

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

R = 34.62%
G = 44.14%
B = 21.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BDF174 (or 0xBDF174) is known color: Sulu. HEX triplet: BD, F1 and 74. RGB value is (189,241,116). Sum of RGB (Red+Green+Blue) = 189+241+116=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF174 is #420E8B. Grayscale: #D3D3D3. Windows color (decimal): -4329100 or 7664061. OLE color: 7664061.

HSL color Cylindrical-coordinate representation of color #BDF174: hue angle of 84.96º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF174 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 116 -
CMYK 0.22 0 0.52 0.05
HSL 84.96º 0.82% 0.7% -
HSV(B) 84.96º 0.52% 0.95% -
XYZ 55.59 74.99 28.07 -
YUV 211.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 189 241 116 0.22 0 0.52 0.05 84.96 0.82 0.7
Hex BD F1 74 16 0 34 5 55 52 46
Octal 275 361 164 26 0 64 5 125 122 106
Binary 10111101 11110001 1110100 10110 0 110100 101 1010101 1010010 1000110

Color Harmonies of #BDF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF174

Black with #BDF174

Text Example


Text Example

White with #BDF174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF174; }

 p { color: rgb(189,241,116); }

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

background-color css

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

 a { background-color: rgb(189,241,116); }

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

border-color css

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

 span { border-color: rgb(189,241,116); }

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