Html Css Color HEX #BDFC68 Sulu

📋 copy color: '#BDFC68'

red 189 ◦ green 252 ◦ blue 104

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

Shades of Sulu #BDFC68

Tints of Sulu #BDFC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 34.68%
G = 46.24%
B = 19.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#BDFC68 (or 0xBDFC68) is known color: Sulu. HEX triplet: BD, FC and 68. RGB value is (189,252,104). Sum of RGB (Red+Green+Blue) = 189+252+104=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC68 is #420397. Grayscale: #D8D8D8. Windows color (decimal): -4326296 or 6880445. OLE color: 6880445.

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

Color convert

RGB 189 252 104 -
CMYK 0.25 0 0.59 0.01
HSL 85.54º 0.96% 0.7% -
HSV(B) 85.54º 0.59% 0.99% -
XYZ 58.3 81.44 25.74 -
YUV 216.29 64.63 108.53 -
System Red Green Blue C M Y K H S L
Decimal 189 252 104 0.25 0 0.59 0.01 85.54 0.96 0.7
Hex BD FC 68 19 0 3B 1 56 60 46
Octal 275 374 150 31 0 73 1 126 140 106
Binary 10111101 11111100 1101000 11001 0 111011 1 1010110 1100000 1000110

Color Harmonies of #BDFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC68

Black with #BDFC68

Text Example


Text Example

White with #BDFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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