Html Css Color HEX #BDEF67 Sulu

📋 copy color: '#BDEF67'

red 189 ◦ green 239 ◦ blue 103

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

Shades of Sulu #BDEF67

Tints of Sulu #BDEF67

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.01%

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

R = 35.59%
G = 45.01%
B = 19.4%

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

#BDEF67 (or 0xBDEF67) is known color: Sulu. HEX triplet: BD, EF and 67. RGB value is (189,239,103). Sum of RGB (Red+Green+Blue) = 189+239+103=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF67 is #421098. Grayscale: #D1D1D1. Windows color (decimal): -4329625 or 6811581. OLE color: 6811581.

HSL color Cylindrical-coordinate representation of color #BDEF67: hue angle of 82.06º degrees, saturation: 0.81, 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 #BDEF67 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 103 -
CMYK 0.21 0 0.57 0.06
HSL 82.06º 0.81% 0.67% -
HSV(B) 82.06º 0.57% 0.94% -
XYZ 54.3 73.53 24.16 -
YUV 208.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 189 239 103 0.21 0 0.57 0.06 82.06 0.81 0.67
Hex BD EF 67 15 0 39 6 52 51 43
Octal 275 357 147 25 0 71 6 122 121 103
Binary 10111101 11101111 1100111 10101 0 111001 110 1010010 1010001 1000011

Color Harmonies of #BDEF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF67

Black with #BDEF67

Text Example


Text Example

White with #BDEF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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