Html Css Color HEX #BDF067 Sulu

📋 copy color: '#BDF067'

red 189 ◦ green 240 ◦ blue 103

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

Shades of Sulu #BDF067

Tints of Sulu #BDF067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

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

R = 35.53%
G = 45.11%
B = 19.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#BDF067 (or 0xBDF067) is known color: Sulu. HEX triplet: BD, F0 and 67. RGB value is (189,240,103). Sum of RGB (Red+Green+Blue) = 189+240+103=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF067 is #420F98. Grayscale: #D1D1D1. Windows color (decimal): -4329369 or 6811837. OLE color: 6811837.

HSL color Cylindrical-coordinate representation of color #BDF067: hue angle of 82.34º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF067 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 103 -
CMYK 0.21 0 0.57 0.06
HSL 82.34º 0.82% 0.67% -
HSV(B) 82.34º 0.57% 0.94% -
XYZ 54.59 74.12 24.26 -
YUV 209.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 189 240 103 0.21 0 0.57 0.06 82.34 0.82 0.67
Hex BD F0 67 15 0 39 6 52 52 43
Octal 275 360 147 25 0 71 6 122 122 103
Binary 10111101 11110000 1100111 10101 0 111001 110 1010010 1010010 1000011

Color Harmonies of #BDF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF067

Black with #BDF067

Text Example


Text Example

White with #BDF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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