Html Css Color HEX #CBF362 Mindaro

📋 copy color: '#CBF362'

red 203 ◦ green 243 ◦ blue 98

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

Shades of Mindaro #CBF362

Tints of Mindaro #CBF362

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 37.32%
G = 44.67%
B = 18.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CBF362 (or 0xCBF362) is known color: Mindaro. HEX triplet: CB, F3 and 62. RGB value is (203,243,98). Sum of RGB (Red+Green+Blue) = 203+243+98=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF362 is #340C9D. Grayscale: #D7D7D7. Windows color (decimal): -3411102 or 6484939. OLE color: 6484939.

HSL color Cylindrical-coordinate representation of color #CBF362: hue angle of 76.55º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF362 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 98 -
CMYK 0.16 0 0.60 0.05
HSL 76.55º 0.86% 0.67% -
HSV(B) 76.55º 0.6% 0.95% -
XYZ 58.88 77.68 23.45 -
YUV 214.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 203 243 98 0.16 0 0.60 0.05 76.55 0.86 0.67
Hex CB F3 62 10 0 3C 5 4D 56 43
Octal 313 363 142 20 0 74 5 115 126 103
Binary 11001011 11110011 1100010 10000 0 111100 101 1001101 1010110 1000011

Color Harmonies of #CBF362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF362

Black with #CBF362

Text Example


Text Example

White with #CBF362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF362; }

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

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

background-color css

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

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

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

border-color css

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

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

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