Html Css Color HEX #BDF27B Sulu

📋 copy color: '#BDF27B'

red 189 ◦ green 242 ◦ blue 123

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

Shades of Sulu #BDF27B

Tints of Sulu #BDF27B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 34.12%
G = 43.68%
B = 22.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BDF27B (or 0xBDF27B) is known color: Sulu. HEX triplet: BD, F2 and 7B. RGB value is (189,242,123). Sum of RGB (Red+Green+Blue) = 189+242+123=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF27B is #420D84. Grayscale: #D5D5D5. Windows color (decimal): -4328837 or 8123069. OLE color: 8123069.

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

Color convert

RGB 189 242 123 -
CMYK 0.22 0 0.49 0.05
HSL 86.72º 0.82% 0.72% -
HSV(B) 86.72º 0.49% 0.95% -
XYZ 56.31 75.75 30.39 -
YUV 212.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 189 242 123 0.22 0 0.49 0.05 86.72 0.82 0.72
Hex BD F2 7B 16 0 31 5 57 52 48
Octal 275 362 173 26 0 61 5 127 122 110
Binary 10111101 11110010 1111011 10110 0 110001 101 1010111 1010010 1001000

Color Harmonies of #BDF27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF27B

Black with #BDF27B

Text Example


Text Example

White with #BDF27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF27B; }

 p { color: rgb(189,242,123); }

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

background-color css

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

 a { background-color: rgb(189,242,123); }

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

border-color css

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

 span { border-color: rgb(189,242,123); }

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