Html Css Color HEX #BDF36D Sulu

📋 copy color: '#BDF36D'

red 189 ◦ green 243 ◦ blue 109

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

Shades of Sulu #BDF36D

Tints of Sulu #BDF36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 34.94%
G = 44.92%
B = 20.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#BDF36D (or 0xBDF36D) is known color: Sulu. HEX triplet: BD, F3 and 6D. RGB value is (189,243,109). Sum of RGB (Red+Green+Blue) = 189+243+109=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36D is #420C92. Grayscale: #D4D4D4. Windows color (decimal): -4328595 or 7205821. OLE color: 7205821.

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

Color convert

RGB 189 243 109 -
CMYK 0.22 0 0.55 0.05
HSL 84.18º 0.85% 0.69% -
HSV(B) 84.18º 0.55% 0.95% -
XYZ 55.8 76.02 26.2 -
YUV 211.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 189 243 109 0.22 0 0.55 0.05 84.18 0.85 0.69
Hex BD F3 6D 16 0 37 5 54 55 45
Octal 275 363 155 26 0 67 5 124 125 105
Binary 10111101 11110011 1101101 10110 0 110111 101 1010100 1010101 1000101

Color Harmonies of #BDF36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF36D

Black with #BDF36D

Text Example


Text Example

White with #BDF36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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