Html Css Color HEX #BDFD68 Sulu

📋 copy color: '#BDFD68'

red 189 ◦ green 253 ◦ blue 104

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

Shades of Sulu #BDFD68

Tints of Sulu #BDFD68

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.34%

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

R = 34.62%
G = 46.34%
B = 19.05%

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

#BDFD68 (or 0xBDFD68) is known color: Sulu. HEX triplet: BD, FD and 68. RGB value is (189,253,104). Sum of RGB (Red+Green+Blue) = 189+253+104=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD68 is #420297. Grayscale: #D9D9D9. Windows color (decimal): -4326040 or 6880701. OLE color: 6880701.

HSL color Cylindrical-coordinate representation of color #BDFD68: hue angle of 85.77º degrees, saturation: 0.97, 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 #BDFD68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 104 -
CMYK 0.25 0 0.59 0.01
HSL 85.77º 0.97% 0.7% -
HSV(B) 85.77º 0.59% 0.99% -
XYZ 58.61 82.07 25.85 -
YUV 216.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 189 253 104 0.25 0 0.59 0.01 85.77 0.97 0.7
Hex BD FD 68 19 0 3B 1 56 61 46
Octal 275 375 150 31 0 73 1 126 141 106
Binary 10111101 11111101 1101000 11001 0 111011 1 1010110 1100001 1000110

Color Harmonies of #BDFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD68

Black with #BDFD68

Text Example


Text Example

White with #BDFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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