Html Css Color HEX #BDF667 Sulu

📋 copy color: '#BDF667'

red 189 ◦ green 246 ◦ blue 103

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

Shades of Sulu #BDF667

Tints of Sulu #BDF667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 35.13%
G = 45.72%
B = 19.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#BDF667 (or 0xBDF667) is known color: Sulu. HEX triplet: BD, F6 and 67. RGB value is (189,246,103). Sum of RGB (Red+Green+Blue) = 189+246+103=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF667 is #420998. Grayscale: #D5D5D5. Windows color (decimal): -4327833 or 6813373. OLE color: 6813373.

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

Color convert

RGB 189 246 103 -
CMYK 0.23 0 0.58 0.04
HSL 83.92º 0.89% 0.68% -
HSV(B) 83.92º 0.58% 0.96% -
XYZ 56.39 77.71 24.86 -
YUV 212.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 189 246 103 0.23 0 0.58 0.04 83.92 0.89 0.68
Hex BD F6 67 17 0 3A 4 54 59 44
Octal 275 366 147 27 0 72 4 124 131 104
Binary 10111101 11110110 1100111 10111 0 111010 100 1010100 1011001 1000100

Color Harmonies of #BDF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF667

Black with #BDF667

Text Example


Text Example

White with #BDF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF667; }

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

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

background-color css

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

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

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

border-color css

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

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

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