Html Css Color HEX #BDF070 Sulu

📋 copy color: '#BDF070'

red 189 ◦ green 240 ◦ blue 112

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

Shades of Sulu #BDF070

Tints of Sulu #BDF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 34.94%
G = 44.36%
B = 20.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BDF070 (or 0xBDF070) is known color: Sulu. HEX triplet: BD, F0 and 70. RGB value is (189,240,112). Sum of RGB (Red+Green+Blue) = 189+240+112=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF070 is #420F8F. Grayscale: #D2D2D2. Windows color (decimal): -4329360 or 7401661. OLE color: 7401661.

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

Color convert

RGB 189 240 112 -
CMYK 0.21 0 0.53 0.06
HSL 83.91º 0.81% 0.69% -
HSV(B) 83.91º 0.53% 0.94% -
XYZ 55.07 74.31 26.77 -
YUV 210.16 72.6 112.91 -
System Red Green Blue C M Y K H S L
Decimal 189 240 112 0.21 0 0.53 0.06 83.91 0.81 0.69
Hex BD F0 70 15 0 35 6 54 51 45
Octal 275 360 160 25 0 65 6 124 121 105
Binary 10111101 11110000 1110000 10101 0 110101 110 1010100 1010001 1000101

Color Harmonies of #BDF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF070

Black with #BDF070

Text Example


Text Example

White with #BDF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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