Html Css Color HEX #CBE75D Mindaro

📋 copy color: '#CBE75D'

red 203 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #CBE75D

Tints of Mindaro #CBE75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.83%

 BLUE value IS 93 (36.72% from 255) = 17.65%

R = 38.52%
G = 43.83%
B = 17.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CBE75D (or 0xCBE75D) is known color: Mindaro. HEX triplet: CB, E7 and 5D. RGB value is (203,231,93). Sum of RGB (Red+Green+Blue) = 203+231+93=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE75D is #3418A2. Grayscale: #CFCFCF. Windows color (decimal): -3414179 or 6154187. OLE color: 6154187.

HSL color Cylindrical-coordinate representation of color #CBE75D: hue angle of 72.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE75D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 93 -
CMYK 0.12 0 0.60 0.09
HSL 72.17º 0.74% 0.64% -
HSV(B) 72.17º 0.6% 0.91% -
XYZ 55.18 70.64 21.08 -
YUV 206.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 203 231 93 0.12 0 0.60 0.09 72.17 0.74 0.64
Hex CB E7 5D C 0 3C 9 48 4A 40
Octal 313 347 135 14 0 74 11 110 112 100
Binary 11001011 11100111 1011101 1100 0 111100 1001 1001000 1001010 1000000

Color Harmonies of #CBE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE75D

Black with #CBE75D

Text Example


Text Example

White with #CBE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE75D; }

 p { color: rgb(203,231,93); }

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

background-color css

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

 a { background-color: rgb(203,231,93); }

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

border-color css

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

 span { border-color: rgb(203,231,93); }

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