Html Css Color HEX #BDEF6B Sulu

📋 copy color: '#BDEF6B'

red 189 ◦ green 239 ◦ blue 107

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

Shades of Sulu #BDEF6B

Tints of Sulu #BDEF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

 BLUE value IS 107 (42.19% from 255) = 20%

R = 35.33%
G = 44.67%
B = 20%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#BDEF6B (or 0xBDEF6B) is known color: Sulu. HEX triplet: BD, EF and 6B. RGB value is (189,239,107). Sum of RGB (Red+Green+Blue) = 189+239+107=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF6B is #421094. Grayscale: #D1D1D1. Windows color (decimal): -4329621 or 7073725. OLE color: 7073725.

HSL color Cylindrical-coordinate representation of color #BDEF6B: hue angle of 82.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDEF6B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 107 -
CMYK 0.21 0 0.55 0.06
HSL 82.73º 0.8% 0.68% -
HSV(B) 82.73º 0.55% 0.94% -
XYZ 54.51 73.61 25.25 -
YUV 209 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 189 239 107 0.21 0 0.55 0.06 82.73 0.8 0.68
Hex BD EF 6B 15 0 37 6 53 50 44
Octal 275 357 153 25 0 67 6 123 120 104
Binary 10111101 11101111 1101011 10101 0 110111 110 1010011 1010000 1000100

Color Harmonies of #BDEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF6B

Black with #BDEF6B

Text Example


Text Example

White with #BDEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF6B; }

 p { color: rgb(189,239,107); }

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

background-color css

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

 a { background-color: rgb(189,239,107); }

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

border-color css

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

 span { border-color: rgb(189,239,107); }

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