Html Css Color HEX #BDF67C Sulu

📋 copy color: '#BDF67C'

red 189 ◦ green 246 ◦ blue 124

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

Shades of Sulu #BDF67C

Tints of Sulu #BDF67C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.01%

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 33.81%
G = 44.01%
B = 22.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#BDF67C (or 0xBDF67C) is known color: Sulu. HEX triplet: BD, F6 and 7C. RGB value is (189,246,124). Sum of RGB (Red+Green+Blue) = 189+246+124=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67C is #420983. Grayscale: #D7D7D7. Windows color (decimal): -4327812 or 8189629. OLE color: 8189629.

HSL color Cylindrical-coordinate representation of color #BDF67C: hue angle of 88.03º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF67C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 124 -
CMYK 0.23 0 0.50 0.04
HSL 88.03º 0.87% 0.73% -
HSV(B) 88.03º 0.5% 0.96% -
XYZ 57.58 78.19 31.13 -
YUV 215.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 189 246 124 0.23 0 0.50 0.04 88.03 0.87 0.73
Hex BD F6 7C 17 0 32 4 58 57 49
Octal 275 366 174 27 0 62 4 130 127 111
Binary 10111101 11110110 1111100 10111 0 110010 100 1011000 1010111 1001001

Color Harmonies of #BDF67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF67C

Black with #BDF67C

Text Example


Text Example

White with #BDF67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF67C; }

 p { color: rgb(189,246,124); }

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

background-color css

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

 a { background-color: rgb(189,246,124); }

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

border-color css

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

 span { border-color: rgb(189,246,124); }

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