Html Css Color HEX #BDF974 Sulu

📋 copy color: '#BDF974'

red 189 ◦ green 249 ◦ blue 116

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

Shades of Sulu #BDF974

Tints of Sulu #BDF974

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 34.12%
G = 44.95%
B = 20.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BDF974 (or 0xBDF974) is known color: Sulu. HEX triplet: BD, F9 and 74. RGB value is (189,249,116). Sum of RGB (Red+Green+Blue) = 189+249+116=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF974 is #42068B. Grayscale: #D8D8D8. Windows color (decimal): -4327052 or 7666109. OLE color: 7666109.

HSL color Cylindrical-coordinate representation of color #BDF974: hue angle of 87.07º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF974 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 116 -
CMYK 0.24 0 0.53 0.02
HSL 87.07º 0.92% 0.72% -
HSV(B) 87.07º 0.53% 0.98% -
XYZ 58.01 79.83 28.87 -
YUV 215.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 189 249 116 0.24 0 0.53 0.02 87.07 0.92 0.72
Hex BD F9 74 18 0 35 2 57 5C 48
Octal 275 371 164 30 0 65 2 127 134 110
Binary 10111101 11111001 1110100 11000 0 110101 10 1010111 1011100 1001000

Color Harmonies of #BDF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF974

Black with #BDF974

Text Example


Text Example

White with #BDF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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