Html Css Color HEX #BDF16A Sulu

📋 copy color: '#BDF16A'

red 189 ◦ green 241 ◦ blue 106

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

Shades of Sulu #BDF16A

Tints of Sulu #BDF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 35.26%
G = 44.96%
B = 19.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BDF16A (or 0xBDF16A) is known color: Sulu. HEX triplet: BD, F1 and 6A. RGB value is (189,241,106). Sum of RGB (Red+Green+Blue) = 189+241+106=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF16A is #420E95. Grayscale: #D2D2D2. Windows color (decimal): -4329110 or 7008701. OLE color: 7008701.

HSL color Cylindrical-coordinate representation of color #BDF16A: hue angle of 83.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF16A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 106 -
CMYK 0.22 0 0.56 0.05
HSL 83.11º 0.83% 0.68% -
HSV(B) 83.11º 0.56% 0.95% -
XYZ 55.04 74.77 25.17 -
YUV 210.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 189 241 106 0.22 0 0.56 0.05 83.11 0.83 0.68
Hex BD F1 6A 16 0 38 5 53 53 44
Octal 275 361 152 26 0 70 5 123 123 104
Binary 10111101 11110001 1101010 10110 0 111000 101 1010011 1010011 1000100

Color Harmonies of #BDF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF16A

Black with #BDF16A

Text Example


Text Example

White with #BDF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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