Html Css Color HEX #BDF396 Reef

📋 copy color: '#BDF396'

red 189 ◦ green 243 ◦ blue 150

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

Shades of Reef #BDF396

Tints of Reef #BDF396

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 32.47%
G = 41.75%
B = 25.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BDF396 (or 0xBDF396) is known color: Reef. HEX triplet: BD, F3 and 96. RGB value is (189,243,150). Sum of RGB (Red+Green+Blue) = 189+243+150=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF396 is #420C69. Grayscale: #D8D8D8. Windows color (decimal): -4328554 or 9892797. OLE color: 9892797.

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

Color convert

RGB 189 243 150 -
CMYK 0.22 0 0.38 0.05
HSL 94.84º 0.79% 0.77% -
HSV(B) 94.84º 0.38% 0.95% -
XYZ 58.54 77.12 40.65 -
YUV 216.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 189 243 150 0.22 0 0.38 0.05 94.84 0.79 0.77
Hex BD F3 96 16 0 26 5 5F 4F 4D
Octal 275 363 226 26 0 46 5 137 117 115
Binary 10111101 11110011 10010110 10110 0 100110 101 1011111 1001111 1001101

Color Harmonies of #BDF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF396

Black with #BDF396

Text Example


Text Example

White with #BDF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF396; }

 p { color: rgb(189,243,150); }

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

background-color css

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

 a { background-color: rgb(189,243,150); }

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

border-color css

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

 span { border-color: rgb(189,243,150); }

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