Html Css Color HEX #BDFC64 Sulu

📋 copy color: '#BDFC64'

red 189 ◦ green 252 ◦ blue 100

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

Shades of Sulu #BDFC64

Tints of Sulu #BDFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

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

R = 34.94%
G = 46.58%
B = 18.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BDFC64 (or 0xBDFC64) is known color: Sulu. HEX triplet: BD, FC and 64. RGB value is (189,252,100). Sum of RGB (Red+Green+Blue) = 189+252+100=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC64 is #42039B. Grayscale: #D8D8D8. Windows color (decimal): -4326300 or 6618301. OLE color: 6618301.

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

Color convert

RGB 189 252 100 -
CMYK 0.25 0 0.60 0.01
HSL 84.87º 0.96% 0.69% -
HSV(B) 84.87º 0.6% 0.99% -
XYZ 58.1 81.36 24.7 -
YUV 215.84 62.63 108.86 -
System Red Green Blue C M Y K H S L
Decimal 189 252 100 0.25 0 0.60 0.01 84.87 0.96 0.69
Hex BD FC 64 19 0 3C 1 55 60 45
Octal 275 374 144 31 0 74 1 125 140 105
Binary 10111101 11111100 1100100 11001 0 111100 1 1010101 1100000 1000101

Color Harmonies of #BDFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC64

Black with #BDFC64

Text Example


Text Example

White with #BDFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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