Html Css Color HEX #BDFD7A Sulu

📋 copy color: '#BDFD7A'

red 189 ◦ green 253 ◦ blue 122

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

Shades of Sulu #BDFD7A

Tints of Sulu #BDFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.86%

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

R = 33.51%
G = 44.86%
B = 21.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#BDFD7A (or 0xBDFD7A) is known color: Sulu. HEX triplet: BD, FD and 7A. RGB value is (189,253,122). Sum of RGB (Red+Green+Blue) = 189+253+122=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD7A is #420285. Grayscale: #DBDBDB. Windows color (decimal): -4326022 or 8060349. OLE color: 8060349.

HSL color Cylindrical-coordinate representation of color #BDFD7A: hue angle of 89.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDFD7A is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 122 -
CMYK 0.25 0 0.52 0.01
HSL 89.31º 0.97% 0.74% -
HSV(B) 89.31º 0.52% 0.99% -
XYZ 59.62 82.47 31.19 -
YUV 218.93 73.3 106.65 -
System Red Green Blue C M Y K H S L
Decimal 189 253 122 0.25 0 0.52 0.01 89.31 0.97 0.74
Hex BD FD 7A 19 0 34 1 59 61 4A
Octal 275 375 172 31 0 64 1 131 141 112
Binary 10111101 11111101 1111010 11001 0 110100 1 1011001 1100001 1001010

Color Harmonies of #BDFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD7A

Black with #BDFD7A

Text Example


Text Example

White with #BDFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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