Html Css Color HEX #CBF961 Mindaro

📋 copy color: '#CBF961'

red 203 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #CBF961

Tints of Mindaro #CBF961

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 97 (38.28% from 255) = 17.67%

R = 36.98%
G = 45.36%
B = 17.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CBF961 (or 0xCBF961) is known color: Mindaro. HEX triplet: CB, F9 and 61. RGB value is (203,249,97). Sum of RGB (Red+Green+Blue) = 203+249+97=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF961 is #34069E. Grayscale: #DADADA. Windows color (decimal): -3409567 or 6420939. OLE color: 6420939.

HSL color Cylindrical-coordinate representation of color #CBF961: hue angle of 78.16º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF961 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 97 -
CMYK 0.18 0 0.61 0.02
HSL 78.16º 0.93% 0.68% -
HSV(B) 78.16º 0.61% 0.98% -
XYZ 60.66 81.31 23.81 -
YUV 217.92 59.76 117.36 -
System Red Green Blue C M Y K H S L
Decimal 203 249 97 0.18 0 0.61 0.02 78.16 0.93 0.68
Hex CB F9 61 12 0 3D 2 4E 5D 44
Octal 313 371 141 22 0 75 2 116 135 104
Binary 11001011 11111001 1100001 10010 0 111101 10 1001110 1011101 1000100

Color Harmonies of #CBF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF961

Black with #CBF961

Text Example


Text Example

White with #CBF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF961; }

 p { color: rgb(203,249,97); }

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

background-color css

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

 a { background-color: rgb(203,249,97); }

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

border-color css

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

 span { border-color: rgb(203,249,97); }

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