Html Css Color HEX #BDE270 Sulu

📋 copy color: '#BDE270'

red 189 ◦ green 226 ◦ blue 112

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

Shades of Sulu #BDE270

Tints of Sulu #BDE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

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

R = 35.86%
G = 42.88%
B = 21.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BDE270 (or 0xBDE270) is known color: Sulu. HEX triplet: BD, E2 and 70. RGB value is (189,226,112). Sum of RGB (Red+Green+Blue) = 189+226+112=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE270 is #421D8F. Grayscale: #CACACA. Windows color (decimal): -4332944 or 7398077. OLE color: 7398077.

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

Color convert

RGB 189 226 112 -
CMYK 0.16 0 0.50 0.11
HSL 79.47º 0.66% 0.66% -
HSV(B) 79.47º 0.5% 0.89% -
XYZ 51.11 66.38 25.45 -
YUV 201.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 189 226 112 0.16 0 0.50 0.11 79.47 0.66 0.66
Hex BD E2 70 10 0 32 B 4F 42 42
Octal 275 342 160 20 0 62 13 117 102 102
Binary 10111101 11100010 1110000 10000 0 110010 1011 1001111 1000010 1000010

Color Harmonies of #BDE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE270

Black with #BDE270

Text Example


Text Example

White with #BDE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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