Html Css Color HEX #CBF05D Mindaro

📋 copy color: '#CBF05D'

red 203 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #CBF05D

Tints of Mindaro #CBF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.78%

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

R = 37.87%
G = 44.78%
B = 17.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#CBF05D (or 0xCBF05D) is known color: Mindaro. HEX triplet: CB, F0 and 5D. RGB value is (203,240,93). Sum of RGB (Red+Green+Blue) = 203+240+93=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF05D is #340FA2. Grayscale: #D4D4D4. Windows color (decimal): -3411875 or 6156491. OLE color: 6156491.

HSL color Cylindrical-coordinate representation of color #CBF05D: hue angle of 75.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF05D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 93 -
CMYK 0.15 0 0.61 0.06
HSL 75.1º 0.83% 0.65% -
HSV(B) 75.1º 0.61% 0.94% -
XYZ 57.76 75.81 21.94 -
YUV 212.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 203 240 93 0.15 0 0.61 0.06 75.1 0.83 0.65
Hex CB F0 5D F 0 3D 6 4B 53 41
Octal 313 360 135 17 0 75 6 113 123 101
Binary 11001011 11110000 1011101 1111 0 111101 110 1001011 1010011 1000001

Color Harmonies of #CBF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF05D

Black with #CBF05D

Text Example


Text Example

White with #CBF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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