Html Css Color HEX #BDF06C Sulu

📋 copy color: '#BDF06C'

red 189 ◦ green 240 ◦ blue 108

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

Shades of Sulu #BDF06C

Tints of Sulu #BDF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 35.2%
G = 44.69%
B = 20.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#BDF06C (or 0xBDF06C) is known color: Sulu. HEX triplet: BD, F0 and 6C. RGB value is (189,240,108). Sum of RGB (Red+Green+Blue) = 189+240+108=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF06C is #420F93. Grayscale: #D2D2D2. Windows color (decimal): -4329364 or 7139517. OLE color: 7139517.

HSL color Cylindrical-coordinate representation of color #BDF06C: hue angle of 83.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF06C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 108 -
CMYK 0.21 0 0.55 0.06
HSL 83.18º 0.81% 0.68% -
HSV(B) 83.18º 0.55% 0.94% -
XYZ 54.85 74.22 25.62 -
YUV 209.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 189 240 108 0.21 0 0.55 0.06 83.18 0.81 0.68
Hex BD F0 6C 15 0 37 6 53 51 44
Octal 275 360 154 25 0 67 6 123 121 104
Binary 10111101 11110000 1101100 10101 0 110111 110 1010011 1010001 1000100

Color Harmonies of #BDF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF06C

Black with #BDF06C

Text Example


Text Example

White with #BDF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF06C; }

 p { color: rgb(189,240,108); }

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

background-color css

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

 a { background-color: rgb(189,240,108); }

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

border-color css

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

 span { border-color: rgb(189,240,108); }

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