Html Css Color HEX #CFE05D Mindaro

📋 copy color: '#CFE05D'

red 207 ◦ green 224 ◦ blue 93

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

Shades of Mindaro #CFE05D

Tints of Mindaro #CFE05D

RGB

 RED value IS 207 (81.25% from 255) = 39.5%

 GREEN value IS 224 (87.89% from 255) = 42.75%

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

R = 39.5%
G = 42.75%
B = 17.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CFE05D (or 0xCFE05D) is known color: Mindaro. HEX triplet: CF, E0 and 5D. RGB value is (207,224,93). Sum of RGB (Red+Green+Blue) = 207+224+93=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05D is #301FA2. Grayscale: #CCCCCC. Windows color (decimal): -3153827 or 6152399. OLE color: 6152399.

HSL color Cylindrical-coordinate representation of color #CFE05D: hue angle of 67.79º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE05D is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 93 -
CMYK 0.08 0 0.58 0.12
HSL 67.79º 0.68% 0.62% -
HSV(B) 67.79º 0.58% 0.88% -
XYZ 54.36 67.37 20.49 -
YUV 203.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 207 224 93 0.08 0 0.58 0.12 67.79 0.68 0.62
Hex CF E0 5D 8 0 3A C 44 44 3E
Octal 317 340 135 10 0 72 14 104 104 76
Binary 11001111 11100000 1011101 1000 0 111010 1100 1000100 1000100 111110

Color Harmonies of #CFE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05D

Black with #CFE05D

Text Example


Text Example

White with #CFE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05D; }

 p { color: rgb(207,224,93); }

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

background-color css

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

 a { background-color: rgb(207,224,93); }

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

border-color css

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

 span { border-color: rgb(207,224,93); }

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