Html Css Color HEX #BDFB68 Sulu

📋 copy color: '#BDFB68'

red 189 ◦ green 251 ◦ blue 104

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

Shades of Sulu #BDFB68

Tints of Sulu #BDFB68

RGB

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

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

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

R = 34.74%
G = 46.14%
B = 19.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#BDFB68 (or 0xBDFB68) is known color: Sulu. HEX triplet: BD, FB and 68. RGB value is (189,251,104). Sum of RGB (Red+Green+Blue) = 189+251+104=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB68 is #420497. Grayscale: #D8D8D8. Windows color (decimal): -4326552 or 6880189. OLE color: 6880189.

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

Color convert

RGB 189 251 104 -
CMYK 0.25 0 0.59 0.02
HSL 85.31º 0.95% 0.7% -
HSV(B) 85.31º 0.59% 0.98% -
XYZ 57.98 80.81 25.64 -
YUV 215.7 64.96 108.95 -
System Red Green Blue C M Y K H S L
Decimal 189 251 104 0.25 0 0.59 0.02 85.31 0.95 0.7
Hex BD FB 68 19 0 3B 2 55 5F 46
Octal 275 373 150 31 0 73 2 125 137 106
Binary 10111101 11111011 1101000 11001 0 111011 10 1010101 1011111 1000110

Color Harmonies of #BDFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB68

Black with #BDFB68

Text Example


Text Example

White with #BDFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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