Html Css Color HEX #BDF075 Sulu

📋 copy color: '#BDF075'

red 189 ◦ green 240 ◦ blue 117

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

Shades of Sulu #BDF075

Tints of Sulu #BDF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 34.62%
G = 43.96%
B = 21.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BDF075 (or 0xBDF075) is known color: Sulu. HEX triplet: BD, F0 and 75. RGB value is (189,240,117). Sum of RGB (Red+Green+Blue) = 189+240+117=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF075 is #420F8A. Grayscale: #D3D3D3. Windows color (decimal): -4329355 or 7729341. OLE color: 7729341.

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

Color convert

RGB 189 240 117 -
CMYK 0.21 0 0.51 0.06
HSL 84.88º 0.8% 0.7% -
HSV(B) 84.88º 0.51% 0.94% -
XYZ 55.36 74.42 28.28 -
YUV 210.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 189 240 117 0.21 0 0.51 0.06 84.88 0.8 0.7
Hex BD F0 75 15 0 33 6 55 50 46
Octal 275 360 165 25 0 63 6 125 120 106
Binary 10111101 11110000 1110101 10101 0 110011 110 1010101 1010000 1000110

Color Harmonies of #BDF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF075

Black with #BDF075

Text Example


Text Example

White with #BDF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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