Html Css Color HEX #CAF15D Mindaro

📋 copy color: '#CAF15D'

red 202 ◦ green 241 ◦ blue 93

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

Shades of Mindaro #CAF15D

Tints of Mindaro #CAF15D

RGB

 RED value IS 202 (79.3% from 255) = 37.69%

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 37.69%
G = 44.96%
B = 17.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CAF15D (or 0xCAF15D) is known color: Mindaro. HEX triplet: CA, F1 and 5D. RGB value is (202,241,93). Sum of RGB (Red+Green+Blue) = 202+241+93=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF15D is #350EA2. Grayscale: #D5D5D5. Windows color (decimal): -3477155 or 6156746. OLE color: 6156746.

HSL color Cylindrical-coordinate representation of color #CAF15D: hue angle of 75.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAF15D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 93 -
CMYK 0.16 0 0.61 0.05
HSL 75.81º 0.84% 0.65% -
HSV(B) 75.81º 0.61% 0.95% -
XYZ 57.79 76.26 22.03 -
YUV 212.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 202 241 93 0.16 0 0.61 0.05 75.81 0.84 0.65
Hex CA F1 5D 10 0 3D 5 4C 54 41
Octal 312 361 135 20 0 75 5 114 124 101
Binary 11001010 11110001 1011101 10000 0 111101 101 1001100 1010100 1000001

Color Harmonies of #CAF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF15D

Black with #CAF15D

Text Example


Text Example

White with #CAF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF15D; }

 p { color: rgb(202,241,93); }

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

background-color css

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

 a { background-color: rgb(202,241,93); }

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

border-color css

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

 span { border-color: rgb(202,241,93); }

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