Html Css Color HEX #BDE070 Sulu

📋 copy color: '#BDE070'

red 189 ◦ green 224 ◦ blue 112

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

Shades of Sulu #BDE070

Tints of Sulu #BDE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 36%
G = 42.67%
B = 21.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BDE070 (or 0xBDE070) is known color: Sulu. HEX triplet: BD, E0 and 70. RGB value is (189,224,112). Sum of RGB (Red+Green+Blue) = 189+224+112=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE070 is #421F8F. Grayscale: #C9C9C9. Windows color (decimal): -4333456 or 7397565. OLE color: 7397565.

HSL color Cylindrical-coordinate representation of color #BDE070: hue angle of 78.75º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDE070 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 112 -
CMYK 0.16 0 0.50 0.12
HSL 78.75º 0.64% 0.66% -
HSV(B) 78.75º 0.5% 0.88% -
XYZ 50.57 65.3 25.27 -
YUV 200.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 189 224 112 0.16 0 0.50 0.12 78.75 0.64 0.66
Hex BD E0 70 10 0 32 C 4F 40 42
Octal 275 340 160 20 0 62 14 117 100 102
Binary 10111101 11100000 1110000 10000 0 110010 1100 1001111 1000000 1000010

Color Harmonies of #BDE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE070

Black with #BDE070

Text Example


Text Example

White with #BDE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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