Html Css Color HEX #BDF364 Sulu

📋 copy color: '#BDF364'

red 189 ◦ green 243 ◦ blue 100

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

Shades of Sulu #BDF364

Tints of Sulu #BDF364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 35.53%
G = 45.68%
B = 18.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BDF364 (or 0xBDF364) is known color: Sulu. HEX triplet: BD, F3 and 64. RGB value is (189,243,100). Sum of RGB (Red+Green+Blue) = 189+243+100=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF364 is #420C9B. Grayscale: #D3D3D3. Windows color (decimal): -4328604 or 6615997. OLE color: 6615997.

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

Color convert

RGB 189 243 100 -
CMYK 0.22 0 0.59 0.05
HSL 82.66º 0.86% 0.67% -
HSV(B) 82.66º 0.59% 0.95% -
XYZ 55.34 75.84 23.78 -
YUV 210.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 189 243 100 0.22 0 0.59 0.05 82.66 0.86 0.67
Hex BD F3 64 16 0 3B 5 53 56 43
Octal 275 363 144 26 0 73 5 123 126 103
Binary 10111101 11110011 1100100 10110 0 111011 101 1010011 1010110 1000011

Color Harmonies of #BDF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF364

Black with #BDF364

Text Example


Text Example

White with #BDF364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF364; }

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

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

background-color css

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

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

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

border-color css

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

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

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