Html Css Color HEX #BDE971 Sulu

📋 copy color: '#BDE971'

red 189 ◦ green 233 ◦ blue 113

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

Shades of Sulu #BDE971

Tints of Sulu #BDE971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 35.33%
G = 43.55%
B = 21.12%

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

#BDE971 (or 0xBDE971) is known color: Sulu. HEX triplet: BD, E9 and 71. RGB value is (189,233,113). Sum of RGB (Red+Green+Blue) = 189+233+113=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE971 is #42168E. Grayscale: #CECECE. Windows color (decimal): -4331151 or 7465405. OLE color: 7465405.

HSL color Cylindrical-coordinate representation of color #BDE971: hue angle of 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 #BDE971 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 113 -
CMYK 0.19 0 0.52 0.09
HSL 82º 0.73% 0.68% -
HSV(B) 82º 0.52% 0.91% -
XYZ 53.11 70.29 26.39 -
YUV 206.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 189 233 113 0.19 0 0.52 0.09 82 0.73 0.68
Hex BD E9 71 13 0 34 9 52 49 44
Octal 275 351 161 23 0 64 11 122 111 104
Binary 10111101 11101001 1110001 10011 0 110100 1001 1010010 1001001 1000100

Color Harmonies of #BDE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE971

Black with #BDE971

Text Example


Text Example

White with #BDE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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