Html Css Color HEX #CBDF6C Mindaro

📋 copy color: '#CBDF6C'

red 203 ◦ green 223 ◦ blue 108

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

Shades of Mindaro #CBDF6C

Tints of Mindaro #CBDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 38.01%
G = 41.76%
B = 20.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CBDF6C (or 0xCBDF6C) is known color: Mindaro. HEX triplet: CB, DF and 6C. RGB value is (203,223,108). Sum of RGB (Red+Green+Blue) = 203+223+108=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF6C is #342093. Grayscale: #CCCCCC. Windows color (decimal): -3416212 or 7135179. OLE color: 7135179.

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

Color convert

RGB 203 223 108 -
CMYK 0.09 0 0.52 0.13
HSL 70.43º 0.64% 0.65% -
HSV(B) 70.43º 0.52% 0.87% -
XYZ 53.72 66.55 24.2 -
YUV 203.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 203 223 108 0.09 0 0.52 0.13 70.43 0.64 0.65
Hex CB DF 6C 9 0 34 D 46 40 41
Octal 313 337 154 11 0 64 15 106 100 101
Binary 11001011 11011111 1101100 1001 0 110100 1101 1000110 1000000 1000001

Color Harmonies of #CBDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDF6C

Black with #CBDF6C

Text Example


Text Example

White with #CBDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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