Html Css Color HEX #BDE671 Sulu

📋 copy color: '#BDE671'

red 189 ◦ green 230 ◦ blue 113

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

Shades of Sulu #BDE671

Tints of Sulu #BDE671

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.23%

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

R = 35.53%
G = 43.23%
B = 21.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#BDE671 (or 0xBDE671) is known color: Sulu. HEX triplet: BD, E6 and 71. RGB value is (189,230,113). Sum of RGB (Red+Green+Blue) = 189+230+113=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE671 is #42198E. Grayscale: #CCCCCC. Windows color (decimal): -4331919 or 7464637. OLE color: 7464637.

HSL color Cylindrical-coordinate representation of color #BDE671: hue angle of 81.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE671 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 113 -
CMYK 0.18 0 0.51 0.10
HSL 81.03º 0.7% 0.67% -
HSV(B) 81.03º 0.51% 0.9% -
XYZ 52.26 68.6 26.11 -
YUV 204.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 189 230 113 0.18 0 0.51 0.10 81.03 0.7 0.67
Hex BD E6 71 12 0 33 A 51 46 43
Octal 275 346 161 22 0 63 12 121 106 103
Binary 10111101 11100110 1110001 10010 0 110011 1010 1010001 1000110 1000011

Color Harmonies of #BDE671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE671

Black with #BDE671

Text Example


Text Example

White with #BDE671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE671; }

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

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

background-color css

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

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

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

border-color css

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

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

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