Html Css Color HEX #BDF375 Sulu

📋 copy color: '#BDF375'

red 189 ◦ green 243 ◦ blue 117

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

Shades of Sulu #BDF375

Tints of Sulu #BDF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 34.43%
G = 44.26%
B = 21.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BDF375 (or 0xBDF375) is known color: Sulu. HEX triplet: BD, F3 and 75. RGB value is (189,243,117). Sum of RGB (Red+Green+Blue) = 189+243+117=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF375 is #420C8A. Grayscale: #D4D4D4. Windows color (decimal): -4328587 or 7730109. OLE color: 7730109.

HSL color Cylindrical-coordinate representation of color #BDF375: hue angle of 85.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF375 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 117 -
CMYK 0.22 0 0.52 0.05
HSL 85.71º 0.84% 0.71% -
HSV(B) 85.71º 0.52% 0.95% -
XYZ 56.25 76.2 28.57 -
YUV 212.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 189 243 117 0.22 0 0.52 0.05 85.71 0.84 0.71
Hex BD F3 75 16 0 34 5 56 54 47
Octal 275 363 165 26 0 64 5 126 124 107
Binary 10111101 11110011 1110101 10110 0 110100 101 1010110 1010100 1000111

Color Harmonies of #BDF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF375

Black with #BDF375

Text Example


Text Example

White with #BDF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF375; }

 p { color: rgb(189,243,117); }

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

background-color css

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

 a { background-color: rgb(189,243,117); }

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

border-color css

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

 span { border-color: rgb(189,243,117); }

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