Html Css Color HEX #BDE675 Sulu

📋 copy color: '#BDE675'

red 189 ◦ green 230 ◦ blue 117

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

Shades of Sulu #BDE675

Tints of Sulu #BDE675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 35.26%
G = 42.91%
B = 21.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BDE675 (or 0xBDE675) is known color: Sulu. HEX triplet: BD, E6 and 75. RGB value is (189,230,117). Sum of RGB (Red+Green+Blue) = 189+230+117=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE675 is #42198A. Grayscale: #CDCDCD. Windows color (decimal): -4331915 or 7726781. OLE color: 7726781.

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

Color convert

RGB 189 230 117 -
CMYK 0.18 0 0.49 0.10
HSL 81.77º 0.69% 0.68% -
HSV(B) 81.77º 0.49% 0.9% -
XYZ 52.49 68.7 27.32 -
YUV 204.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 189 230 117 0.18 0 0.49 0.10 81.77 0.69 0.68
Hex BD E6 75 12 0 31 A 52 45 44
Octal 275 346 165 22 0 61 12 122 105 104
Binary 10111101 11100110 1110101 10010 0 110001 1010 1010010 1000101 1000100

Color Harmonies of #BDE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE675

Black with #BDE675

Text Example


Text Example

White with #BDE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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