Html Css Color HEX #BDF07A Sulu

📋 copy color: '#BDF07A'

red 189 ◦ green 240 ◦ blue 122

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

Shades of Sulu #BDF07A

Tints of Sulu #BDF07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.14%

R = 34.3%
G = 43.56%
B = 22.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#BDF07A (or 0xBDF07A) is known color: Sulu. HEX triplet: BD, F0 and 7A. RGB value is (189,240,122). Sum of RGB (Red+Green+Blue) = 189+240+122=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF07A is #420F85. Grayscale: #D3D3D3. Windows color (decimal): -4329350 or 8057021. OLE color: 8057021.

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

Color convert

RGB 189 240 122 -
CMYK 0.21 0 0.49 0.06
HSL 85.93º 0.8% 0.71% -
HSV(B) 85.93º 0.49% 0.94% -
XYZ 55.66 74.54 29.87 -
YUV 211.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 189 240 122 0.21 0 0.49 0.06 85.93 0.8 0.71
Hex BD F0 7A 15 0 31 6 56 50 47
Octal 275 360 172 25 0 61 6 126 120 107
Binary 10111101 11110000 1111010 10101 0 110001 110 1010110 1010000 1000111

Color Harmonies of #BDF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF07A

Black with #BDF07A

Text Example


Text Example

White with #BDF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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