Html Css Color HEX #BDEF6A Sulu

📋 copy color: '#BDEF6A'

red 189 ◦ green 239 ◦ blue 106

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

Shades of Sulu #BDEF6A

Tints of Sulu #BDEF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.85%

R = 35.39%
G = 44.76%
B = 19.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#BDEF6A (or 0xBDEF6A) is known color: Sulu. HEX triplet: BD, EF and 6A. RGB value is (189,239,106). Sum of RGB (Red+Green+Blue) = 189+239+106=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF6A is #421095. Grayscale: #D1D1D1. Windows color (decimal): -4329622 or 7008189. OLE color: 7008189.

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

Color convert

RGB 189 239 106 -
CMYK 0.21 0 0.56 0.06
HSL 82.56º 0.81% 0.68% -
HSV(B) 82.56º 0.56% 0.94% -
XYZ 54.45 73.59 24.97 -
YUV 208.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 189 239 106 0.21 0 0.56 0.06 82.56 0.81 0.68
Hex BD EF 6A 15 0 38 6 53 51 44
Octal 275 357 152 25 0 70 6 123 121 104
Binary 10111101 11101111 1101010 10101 0 111000 110 1010011 1010001 1000100

Color Harmonies of #BDEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF6A

Black with #BDEF6A

Text Example


Text Example

White with #BDEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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