Html Css Color HEX #BDF67D Sulu

📋 copy color: '#BDF67D'

red 189 ◦ green 246 ◦ blue 125

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

Shades of Sulu #BDF67D

Tints of Sulu #BDF67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.32%

R = 33.75%
G = 43.93%
B = 22.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BDF67D (or 0xBDF67D) is known color: Sulu. HEX triplet: BD, F6 and 7D. RGB value is (189,246,125). Sum of RGB (Red+Green+Blue) = 189+246+125=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67D is #420982. Grayscale: #D7D7D7. Windows color (decimal): -4327811 or 8255165. OLE color: 8255165.

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

Color convert

RGB 189 246 125 -
CMYK 0.23 0 0.49 0.04
HSL 88.26º 0.87% 0.73% -
HSV(B) 88.26º 0.49% 0.96% -
XYZ 57.64 78.21 31.46 -
YUV 215.16 77.12 109.34 -
System Red Green Blue C M Y K H S L
Decimal 189 246 125 0.23 0 0.49 0.04 88.26 0.87 0.73
Hex BD F6 7D 17 0 31 4 58 57 49
Octal 275 366 175 27 0 61 4 130 127 111
Binary 10111101 11110110 1111101 10111 0 110001 100 1011000 1010111 1001001

Color Harmonies of #BDF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF67D

Black with #BDF67D

Text Example


Text Example

White with #BDF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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