Html Css Color HEX #BDFE68 Sulu

📋 copy color: '#BDFE68'

red 189 ◦ green 254 ◦ blue 104

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

Shades of Sulu #BDFE68

Tints of Sulu #BDFE68

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

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

R = 34.55%
G = 46.44%
B = 19.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#BDFE68 (or 0xBDFE68) is known color: Sulu. HEX triplet: BD, FE and 68. RGB value is (189,254,104). Sum of RGB (Red+Green+Blue) = 189+254+104=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE68 is #420197. Grayscale: #D9D9D9. Windows color (decimal): -4325784 or 6880957. OLE color: 6880957.

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

Color convert

RGB 189 254 104 -
CMYK 0.26 0 0.59 0.00
HSL 86º 0.99% 0.7% -
HSV(B) 86º 0.59% 1% -
XYZ 58.93 82.7 25.95 -
YUV 217.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 189 254 104 0.26 0 0.59 0.00 86 0.99 0.7
Hex BD FE 68 1A 0 3B 0 56 63 46
Octal 275 376 150 32 0 73 0 126 143 106
Binary 10111101 11111110 1101000 11010 0 111011 0 1010110 1100011 1000110

Color Harmonies of #BDFE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE68

Black with #BDFE68

Text Example


Text Example

White with #BDFE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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