Html Css Color HEX #BDE970 Sulu

📋 copy color: '#BDE970'

red 189 ◦ green 233 ◦ blue 112

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

Shades of Sulu #BDE970

Tints of Sulu #BDE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

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

R = 35.39%
G = 43.63%
B = 20.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BDE970 (or 0xBDE970) is known color: Sulu. HEX triplet: BD, E9 and 70. RGB value is (189,233,112). Sum of RGB (Red+Green+Blue) = 189+233+112=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE970 is #42168F. Grayscale: #CECECE. Windows color (decimal): -4331152 or 7399869. OLE color: 7399869.

HSL color Cylindrical-coordinate representation of color #BDE970: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE970 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 112 -
CMYK 0.19 0 0.52 0.09
HSL 81.82º 0.73% 0.68% -
HSV(B) 81.82º 0.52% 0.91% -
XYZ 53.05 70.27 26.1 -
YUV 206.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 189 233 112 0.19 0 0.52 0.09 81.82 0.73 0.68
Hex BD E9 70 13 0 34 9 52 49 44
Octal 275 351 160 23 0 64 11 122 111 104
Binary 10111101 11101001 1110000 10011 0 110100 1001 1010010 1001001 1000100

Color Harmonies of #BDE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE970

Black with #BDE970

Text Example


Text Example

White with #BDE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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