Html Css Color HEX #CBDF5F Mindaro

📋 copy color: '#CBDF5F'

red 203 ◦ green 223 ◦ blue 95

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

Shades of Mindaro #CBDF5F

Tints of Mindaro #CBDF5F

RGB

 RED value IS 203 (79.69% from 255) = 38.96%

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 38.96%
G = 42.8%
B = 18.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CBDF5F (or 0xCBDF5F) is known color: Mindaro. HEX triplet: CB, DF and 5F. RGB value is (203,223,95). Sum of RGB (Red+Green+Blue) = 203+223+95=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF5F is #3420A0. Grayscale: #CACACA. Windows color (decimal): -3416225 or 6283211. OLE color: 6283211.

HSL color Cylindrical-coordinate representation of color #CBDF5F: hue angle of 69.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBDF5F is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 223 95 -
CMYK 0.09 0 0.57 0.13
HSL 69.38º 0.67% 0.62% -
HSV(B) 69.38º 0.57% 0.87% -
XYZ 53.08 66.3 20.83 -
YUV 202.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 203 223 95 0.09 0 0.57 0.13 69.38 0.67 0.62
Hex CB DF 5F 9 0 39 D 45 43 3E
Octal 313 337 137 11 0 71 15 105 103 76
Binary 11001011 11011111 1011111 1001 0 111001 1101 1000101 1000011 111110

Color Harmonies of #CBDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDF5F

Black with #CBDF5F

Text Example


Text Example

White with #CBDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDF5F; }

 p { color: rgb(203,223,95); }

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

background-color css

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

 a { background-color: rgb(203,223,95); }

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

border-color css

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

 span { border-color: rgb(203,223,95); }

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