Html Css Color HEX #BDF968 Sulu

📋 copy color: '#BDF968'

red 189 ◦ green 249 ◦ blue 104

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

Shades of Sulu #BDF968

Tints of Sulu #BDF968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

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

R = 34.87%
G = 45.94%
B = 19.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#BDF968 (or 0xBDF968) is known color: Sulu. HEX triplet: BD, F9 and 68. RGB value is (189,249,104). Sum of RGB (Red+Green+Blue) = 189+249+104=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF968 is #420697. Grayscale: #D7D7D7. Windows color (decimal): -4327064 or 6879677. OLE color: 6879677.

HSL color Cylindrical-coordinate representation of color #BDF968: hue angle of 84.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF968 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 104 -
CMYK 0.24 0 0.58 0.02
HSL 84.83º 0.92% 0.69% -
HSV(B) 84.83º 0.58% 0.98% -
XYZ 57.36 79.57 25.43 -
YUV 214.53 65.62 109.79 -
System Red Green Blue C M Y K H S L
Decimal 189 249 104 0.24 0 0.58 0.02 84.83 0.92 0.69
Hex BD F9 68 18 0 3A 2 55 5C 45
Octal 275 371 150 30 0 72 2 125 134 105
Binary 10111101 11111001 1101000 11000 0 111010 10 1010101 1011100 1000101

Color Harmonies of #BDF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF968

Black with #BDF968

Text Example


Text Example

White with #BDF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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