Html Css Color HEX #BDFB64 Sulu

📋 copy color: '#BDFB64'

red 189 ◦ green 251 ◦ blue 100

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

Shades of Sulu #BDFB64

Tints of Sulu #BDFB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.48%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 35%
G = 46.48%
B = 18.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#BDFB64 (or 0xBDFB64) is known color: Sulu. HEX triplet: BD, FB and 64. RGB value is (189,251,100). Sum of RGB (Red+Green+Blue) = 189+251+100=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB64 is #42049B. Grayscale: #D7D7D7. Windows color (decimal): -4326556 or 6618045. OLE color: 6618045.

HSL color Cylindrical-coordinate representation of color #BDFB64: hue angle of 84.64º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDFB64 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 100 -
CMYK 0.25 0 0.60 0.02
HSL 84.64º 0.95% 0.69% -
HSV(B) 84.64º 0.6% 0.98% -
XYZ 57.78 80.73 24.59 -
YUV 215.25 62.96 109.28 -
System Red Green Blue C M Y K H S L
Decimal 189 251 100 0.25 0 0.60 0.02 84.64 0.95 0.69
Hex BD FB 64 19 0 3C 2 55 5F 45
Octal 275 373 144 31 0 74 2 125 137 105
Binary 10111101 11111011 1100100 11001 0 111100 10 1010101 1011111 1000101

Color Harmonies of #BDFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB64

Black with #BDFB64

Text Example


Text Example

White with #BDFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB64; }

 p { color: rgb(189,251,100); }

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

background-color css

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

 a { background-color: rgb(189,251,100); }

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

border-color css

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

 span { border-color: rgb(189,251,100); }

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