Html Css Color HEX #BDF074 Sulu

📋 copy color: '#BDF074'

red 189 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BDF074

Tints of Sulu #BDF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 34.68%
G = 44.04%
B = 21.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BDF074 (or 0xBDF074) is known color: Sulu. HEX triplet: BD, F0 and 74. RGB value is (189,240,116). Sum of RGB (Red+Green+Blue) = 189+240+116=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF074 is #420F8B. Grayscale: #D3D3D3. Windows color (decimal): -4329356 or 7663805. OLE color: 7663805.

HSL color Cylindrical-coordinate representation of color #BDF074: hue angle of 84.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF074 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 116 -
CMYK 0.21 0 0.52 0.06
HSL 84.68º 0.81% 0.7% -
HSV(B) 84.68º 0.52% 0.94% -
XYZ 55.3 74.4 27.97 -
YUV 210.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 189 240 116 0.21 0 0.52 0.06 84.68 0.81 0.7
Hex BD F0 74 15 0 34 6 55 51 46
Octal 275 360 164 25 0 64 6 125 121 106
Binary 10111101 11110000 1110100 10101 0 110100 110 1010101 1010001 1000110

Color Harmonies of #BDF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF074

Black with #BDF074

Text Example


Text Example

White with #BDF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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