Html Css Color HEX #CBF95C Mindaro

📋 copy color: '#CBF95C'

red 203 ◦ green 249 ◦ blue 92

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

Shades of Mindaro #CBF95C

Tints of Mindaro #CBF95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.91%

R = 37.32%
G = 45.77%
B = 16.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CBF95C (or 0xCBF95C) is known color: Mindaro. HEX triplet: CB, F9 and 5C. RGB value is (203,249,92). Sum of RGB (Red+Green+Blue) = 203+249+92=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF95C is #3406A3. Grayscale: #D9D9D9. Windows color (decimal): -3409572 or 6093259. OLE color: 6093259.

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

Color convert

RGB 203 249 92 -
CMYK 0.18 0 0.63 0.02
HSL 77.58º 0.93% 0.67% -
HSV(B) 77.58º 0.63% 0.98% -
XYZ 60.44 81.22 22.62 -
YUV 217.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 203 249 92 0.18 0 0.63 0.02 77.58 0.93 0.67
Hex CB F9 5C 12 0 3F 2 4E 5D 43
Octal 313 371 134 22 0 77 2 116 135 103
Binary 11001011 11111001 1011100 10010 0 111111 10 1001110 1011101 1000011

Color Harmonies of #CBF95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF95C

Black with #CBF95C

Text Example


Text Example

White with #CBF95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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