Html Css Color HEX #CBDD68 Mindaro

📋 copy color: '#CBDD68'

red 203 ◦ green 221 ◦ blue 104

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

Shades of Mindaro #CBDD68

Tints of Mindaro #CBDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 38.45%
G = 41.86%
B = 19.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CBDD68 (or 0xCBDD68) is known color: Mindaro. HEX triplet: CB, DD and 68. RGB value is (203,221,104). Sum of RGB (Red+Green+Blue) = 203+221+104=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD68 is #342297. Grayscale: #CACACA. Windows color (decimal): -3416728 or 6872523. OLE color: 6872523.

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

Color convert

RGB 203 221 104 -
CMYK 0.08 0 0.53 0.13
HSL 69.23º 0.63% 0.64% -
HSV(B) 69.23º 0.53% 0.87% -
XYZ 52.98 65.41 22.93 -
YUV 202.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 203 221 104 0.08 0 0.53 0.13 69.23 0.63 0.64
Hex CB DD 68 8 0 35 D 45 3F 40
Octal 313 335 150 10 0 65 15 105 77 100
Binary 11001011 11011101 1101000 1000 0 110101 1101 1000101 111111 1000000

Color Harmonies of #CBDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD68

Black with #CBDD68

Text Example


Text Example

White with #CBDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD68; }

 p { color: rgb(203,221,104); }

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

background-color css

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

 a { background-color: rgb(203,221,104); }

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

border-color css

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

 span { border-color: rgb(203,221,104); }

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