Html Css Color HEX #BDF394 Reef

📋 copy color: '#BDF394'

red 189 ◦ green 243 ◦ blue 148

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

Shades of Reef #BDF394

Tints of Reef #BDF394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.52%

R = 32.59%
G = 41.9%
B = 25.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BDF394 (or 0xBDF394) is known color: Reef. HEX triplet: BD, F3 and 94. RGB value is (189,243,148). Sum of RGB (Red+Green+Blue) = 189+243+148=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF394 is #420C6B. Grayscale: #D8D8D8. Windows color (decimal): -4328556 or 9761725. OLE color: 9761725.

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

Color convert

RGB 189 243 148 -
CMYK 0.22 0 0.39 0.05
HSL 94.11º 0.8% 0.77% -
HSV(B) 94.11º 0.39% 0.95% -
XYZ 58.38 77.06 39.81 -
YUV 216.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 189 243 148 0.22 0 0.39 0.05 94.11 0.8 0.77
Hex BD F3 94 16 0 27 5 5E 50 4D
Octal 275 363 224 26 0 47 5 136 120 115
Binary 10111101 11110011 10010100 10110 0 100111 101 1011110 1010000 1001101

Color Harmonies of #BDF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF394

Black with #BDF394

Text Example


Text Example

White with #BDF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF394; }

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

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

background-color css

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

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

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

border-color css

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

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

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