Html Css Color HEX #CBE662 Mindaro

📋 copy color: '#CBE662'

red 203 ◦ green 230 ◦ blue 98

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

Shades of Mindaro #CBE662

Tints of Mindaro #CBE662

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

 BLUE value IS 98 (38.67% from 255) = 18.46%

R = 38.23%
G = 43.31%
B = 18.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CBE662 (or 0xCBE662) is known color: Mindaro. HEX triplet: CB, E6 and 62. RGB value is (203,230,98). Sum of RGB (Red+Green+Blue) = 203+230+98=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE662 is #34199D. Grayscale: #CFCFCF. Windows color (decimal): -3414430 or 6481611. OLE color: 6481611.

HSL color Cylindrical-coordinate representation of color #CBE662: hue angle of 72.27º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE662 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 98 -
CMYK 0.12 0 0.57 0.10
HSL 72.27º 0.73% 0.64% -
HSV(B) 72.27º 0.57% 0.9% -
XYZ 55.13 70.17 22.19 -
YUV 206.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 203 230 98 0.12 0 0.57 0.10 72.27 0.73 0.64
Hex CB E6 62 C 0 39 A 48 49 40
Octal 313 346 142 14 0 71 12 110 111 100
Binary 11001011 11100110 1100010 1100 0 111001 1010 1001000 1001001 1000000

Color Harmonies of #CBE662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE662

Black with #CBE662

Text Example


Text Example

White with #CBE662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE662; }

 p { color: rgb(203,230,98); }

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

background-color css

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

 a { background-color: rgb(203,230,98); }

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

border-color css

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

 span { border-color: rgb(203,230,98); }

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